Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
81a91e96
Commit
81a91e96
authored
Dec 26, 2012
by
Francois-Rene Rideau
Browse files
Make test-bundle slightly more resilient to not being loaded first.
(preparing for a future better test system.)
parent
8355a6be
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-bundle.script
View file @
81a91e96
...
...
@@ -9,6 +9,9 @@
(quit-on-error
(asdf:initialize-source-registry '(:source-registry :ignore-inherited-configuration))
(asdf:clear-system :test-bundle-1)
(asdf:clear-system :test-bundle-2)
(when (find-package :test-package) (delete-package :test-package))
(asdf:defsystem :test-bundle-1 :components ((:file "file1") (:file "file3")))
(asdf:defsystem :test-bundle-2 :depends-on (:test-bundle-1) :components ((:file "file2")))
(let* ((op (make-instance 'asdf::fasl-op))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment