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
Karsten Poeck
asdf
Commits
113e55a5
Commit
113e55a5
authored
Jan 12, 2020
by
Karsten Poeck
Browse files
Silence ./test/run-tests.sh -l clasp
parent
ee9a35ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/script-support.lisp
View file @
113e55a5
...
...
@@ -726,6 +726,9 @@ is bound, write a message and exit on an error. If
`
(
do-test-load-systems
',x
))
(
defun
do-test-load-systems
(
systems
)
#+
clasp
(
with-compilation-unit
()
(
load-asdf-lisp
))
#-
clasp
(
load-asdf-lisp
)
(
dolist
(
sys
systems
)
(
format
t
"~&Trying to load ~A~%"
sys
)
...
...
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