[cmucl/cmucl][master] Add brief documentat on the test names.
Raymond Toy
rtoy at common-lisp.net
Mon Jun 22 21:09:08 UTC 2015
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
94409c5e by Raymond Toy at 2015-06-22T23:09:02Z
Add brief documentat on the test names.
I always forget how to run one set of tests. Add some hints.
- - - - -
1 changed file:
- tests/run-tests.lisp
Changes:
=====================================
tests/run-tests.lisp
=====================================
--- a/tests/run-tests.lisp
+++ b/tests/run-tests.lisp
@@ -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
;;;;
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/94409c5eb240820fd9274725bdc35660c405f5a7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20150622/55f4f1b9/attachment.html>
More information about the cmucl-cvs
mailing list