Skip to content
Snippets Groups Projects
Commit 94409c5e authored by Raymond Toy's avatar Raymond Toy
Browse files

Add brief documentat on the test names.

I always forget how to run one set of tests.  Add some hints.
parent e6999217
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@
;;;;
;;;; lisp -noinit -load tests/run-tests.lisp -eval '(progn (cmucl-test-runner:load-test-files) (cmucl-test-runner:run-test <list>))'
;;;;
;;;; where <list> is a list of the test names such as "ISSUES-TESTS",
;;;; "IRRAT-TESTS", etc. The test names are basically the file name
;;;; with a suffix of "-TESTS".
;;;;
;;;; Note that you cannot run these tests from a binary created during
;;;; a build process. You must run
;;;;
......
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