Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Didier Verna
asdf
Commits
ba6e5918
Commit
ba6e5918
authored
Oct 21, 2013
by
Robert P. Goldman
Browse files
Disable test-bundle on Mac for ABCL and ECL.
Merge of a local branch, 'mac-tests'.
parents
27ee1d76
e2b70dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-bundle.script
View file @
ba6e5918
;;; -*- Lisp -*-
(in-package :asdf-test)
;;;---------------------------------------------------------------------------
;;; Check to see if the bundle functionality is doing something.
;;;---------------------------------------------------------------------------
...
...
@@ -10,6 +11,9 @@
(asdf:clear-system :test-asdf/bundle-2)
(when (find-package :test-package) (delete-package :test-package))
#+(and darwin (or abcl ecl))
(leave-test "Bundle test doesn't work on Mac on this lisp." 0)
#+(or (and ecl ecl-bytecmp) gcl) ;; actually available on ABCL 1.2.0 and later.
(leave-test "bundles not on this implementation" 0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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