make it possible to run tests on an installed SBCL
authorFrancois-Rene Rideau <fare@tunes.org>
Sat, 14 Apr 2012 16:09:46 +0000 (12:09 -0400)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 7 Oct 2012 12:15:25 +0000 (15:15 +0300)
commitc0569c5f51a82fcd5c6c1bc889e66c8e1c130c71
tree5810a213ffc2021780f3518e053f397f7eb1b902
parent7374cac4bf6ad3b9f109e4a4d0558325b2cad230
make it possible to run tests on an installed SBCL

 Allow override of SBCL location via TEST_SBCL_HOME,
 TEST_SBCL_RUNTIME, and TEST_SBCL_CORE.

 Allow override of temporary file location via TEST_DIRECTORY. (Some
 tests still write to /tmp, though -- so user beware!)

 Small unrelated whitespace / style-warning fixes.
tests/load.impure.lisp
tests/run-tests.lisp
tests/subr.sh