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/94409c5eb240820fd9274725bd...