Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
490ee8c7
Commit
490ee8c7
authored
Jun 27, 2020
by
Francois-Rene Rideau
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asdf-tools: Don't build the doc while testing
Request from Eric Timmons in
!146
parent
b17c089c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tools/test-all.lisp
tools/test-all.lisp
+2
-2
tools/test-basic.lisp
tools/test-basic.lisp
+1
-1
No files found.
tools/test-all.lisp
View file @
490ee8c7
...
@@ -14,10 +14,10 @@
...
@@ -14,10 +14,10 @@
`
(
call-with-all-lisps
(
lambda
(
,
lisp-var
)
,@
body
)
:lisps
,
lisps
:muffle-failures
,
muffle-failures
))
`
(
call-with-all-lisps
(
lambda
(
,
lisp-var
)
,@
body
)
:lisps
,
lisps
:muffle-failures
,
muffle-failures
))
(
deftestcmd
test-all-basic
(
lisps
systems
)
(
deftestcmd
test-all-basic
(
lisps
systems
)
"basic test:
doc,
clean-load, load-systems"
"basic test: clean-load, load-systems"
(
without-stopping
()
(
without-stopping
()
(
show-version
)
(
show-version
)
(
doc
)
;; (doc) ;; Let's test doc separately
(
test-ascii
)
(
test-ascii
)
(
test-all-clean-load
lisps
)
(
test-all-clean-load
lisps
)
(
test-all-load-systems
lisps
systems
)))
(
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
...
@@ -71,7 +71,7 @@ Use your preferred lisp implementation and check that asdf is loaded without any
"basic test: doc, clean-load, load-systems"
"basic test: doc, clean-load, load-systems"
(
without-stopping
()
(
without-stopping
()
(
show-version
)
(
show-version
)
(
doc
)
;; (doc) ;; Let's test doc separately
(
test-ascii
)
(
test-ascii
)
(
test-clean-load
lisp
)
(
test-clean-load
lisp
)
(
test-load-systems
lisp
systems
)))
(
test-load-systems
lisp
systems
)))
...
...
François-René Rideau
@frideau
mentioned in issue
#36
·
Jun 30, 2020
mentioned in issue
#36
mentioned in issue #36
Toggle commit list
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