~ubuntu-branches/ubuntu/trusty/cl-asdf/trusty-proposed

« back to all changes in this revision

Viewing changes to test/test-asdf.script

  • Committer: Package Import Robot
  • Author(s): Francois-Rene Rideau
  • Date: 2013-09-03 12:17:21 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20130903121721-2l32k5nevunvc7kk
Tags: 2:3.0.2.4-1
UIOP:DIRECTORY* fixed to NOT follow symbolic links on LispWorks.
Fix handling of :at key in :read-file-form.
Fix package issue for system-definition-error (lp #1206173).
Some docstring updates. Also documentation updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(load-system "test-asdf/test-module-depend")
2
2
 
3
 
(defparameter *plan* (traverse 'load-op "test-asdf/test-module-depend"))
 
3
(defparameter *plan* (make-plan () 'load-op "test-asdf/test-module-depend"))
4
4
(DBG :foo *plan*
5
5
     (component-depends-on 'compile-op '("test-asdf/test-module-depend" "quux" "file3mod" "file3"))
6
6
     (asdf::component-if-feature (find-component "test-asdf/test-module-depend" '("quux" "file3mod" "file3"))))