Skip to content
Snippets Groups Projects
Commit 972fb9a3 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Add a note about how to run tests in a REPL.

parent 6f7b9e10
No related branches found
No related tags found
No related merge requests found
......@@ -4670,6 +4670,23 @@ you also define the following method:
"lis")
@end lisp
@section ASDF development FAQs
@subsection How do run the tests interactively in a REPL?
This not-so-frequently asked question is primarily for ASDF developers,
but those who encounter an unexpected error in some test may be
interested, too.
Here's the procedure for experimenting with tests in a REPL:
@example
(load "script-support.lisp")
(in-package :asdf-test)
(compile-load-asdf) ; there are a number of other functions to load ASDF
;; experiment with test code from a .script file...
@end example
@comment FIXME: Add a FAQ about how to use a new system class...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment