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
Eric Timmons
asdf
Commits
490ee8c7
Commit
490ee8c7
authored
Jun 27, 2020
by
Francois-Rene Rideau
Browse files
asdf-tools: Don't build the doc while testing
Request from Eric Timmons in
asdf/asdf!146
parent
b17c089c
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/test-all.lisp
View file @
490ee8c7
...
...
@@ -14,10 +14,10 @@
`
(
call-with-all-lisps
(
lambda
(
,
lisp-var
)
,@
body
)
:lisps
,
lisps
:muffle-failures
,
muffle-failures
))
(
deftestcmd
test-all-basic
(
lisps
systems
)
"basic test:
doc,
clean-load, load-systems"
"basic test: clean-load, load-systems"
(
without-stopping
()
(
show-version
)
(
doc
)
;;
(doc)
;; Let's test doc separately
(
test-ascii
)
(
test-all-clean-load
lisps
)
(
test-all-load-systems
lisps
systems
)))
...
...
tools/test-basic.lisp
View file @
490ee8c7
...
...
@@ -71,7 +71,7 @@ Use your preferred lisp implementation and check that asdf is loaded without any
"basic test: doc, clean-load, load-systems"
(
without-stopping
()
(
show-version
)
(
doc
)
;;
(doc)
;; Let's test doc separately
(
test-ascii
)
(
test-clean-load
lisp
)
(
test-load-systems
lisp
systems
)))
...
...
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