From 972fb9a3dff7e900eda9030b179e20a2193ebf89 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@gmail.com> Date: Mon, 10 Feb 2014 15:00:57 -0600 Subject: [PATCH] Add a note about how to run tests in a REPL. --- doc/asdf.texinfo | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index ddd49696..ff111295 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -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... -- GitLab