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
asdf
asdf
Commits
bd3e5f5b
Commit
bd3e5f5b
authored
Oct 20, 2013
by
Francois-Rene Rideau
Browse files
Well, the test script now works on ABCL and XCL (when using the timestamp cache)
parent
ba54a1bd
Changes
1
Show whitespace changes
Inline
Side-by-side
test/stamp-propagation/test-stamp-propagation.lisp
View file @
bd3e5f5b
...
...
@@ -191,8 +191,9 @@
(
cond
#+
(
and
asdf3
(
not
abcl
)
(
not
xcl
))
;; TODO: figure out why ABCL and XCL fail to recompile anything.
(
t
(
test-defsystem
:asdf
))
#+
asdf3
;; TODO: figure out why ABCL and XCL fail to recompile anything.
((
and
#+
(
or
abcl
xcl
)
(
use-cache-p
:asdf
))
(
test-defsystem
:asdf
))
(
t
(
signals
error
(
test-defsystem
:asdf
))))
#+
(
or
genera
lispworks
)
...
...
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