0.9.9.35:
[sbcl.git] / tests / run-tests.sh
index dabe6ff..eb8f00b 100644 (file)
@@ -26,6 +26,8 @@
 # pathname, but now we take care to bind it to an absolute pathname (still
 # generated relative to `pwd` in the tests/ directory) so that tests
 # can chdir before invoking SBCL and still work.
+SBCL_HOME=`pwd`/../contrib
+export SBCL_HOME
 sbclstem=`pwd`/../src/runtime/sbcl
 SBCL="$sbclstem --core `pwd`/../output/sbcl.core --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger"
 export SBCL