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
Hugo Ishimaru
asdf
Commits
aa52c8be
Commit
aa52c8be
authored
May 25, 2014
by
Francois-Rene Rideau
Browse files
Tweak manual, test-basic.
parent
38b8d960
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
aa52c8be
...
...
@@ -499,7 +499,7 @@ If all fails, we recommend you load ASDF from source
The ASDF source repository contains a tool to help you upgrade your implementation's ASDF.
You can invoke it from the shell command-line as
@code
{
tools/asdf-tools install-asdf lispworks
}
(where you can replace @
tt
{
lispworks
}
by the name of the relevant implementation),
(where you can replace @
code
{
lispworks
}
by the name of the relevant implementation),
or you can @code
{
(load "tools/install-asdf.lisp")
}
from your Lisp REPL.
It works on
...
...
tools/test-basic.lisp
View file @
aa52c8be
...
...
@@ -41,8 +41,9 @@ Use your preferred lisp implementation and check that asdf is loaded without any
(
run-test-lisp
(
format
nil
"Starting ~(~A~), loading the script support, loading ASDF from source, then exiting"
lisp
)
`
((
load
"test/script-support.lisp"
:verbose
nil
:print
nil
)
(
asdf-test::verbose
nil
)
(
load
"build/asdf.lisp"
:verbose
nil
:print
nil
)
"
(uiop/image:quit 0)
"
)
(
uiop/image:quit
0
))
:lisp
lisp
:output
load
:log
log
)
(
if
(
nth-value
2
(
run
`
(
diff
,
nop
,
load
)
:output
:interactive
:error-output
:output
:input
nil
))
...
...
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