~ chicken-core (chicken-5) 5c3db792d4b3aa0c56edc8d60a25a2e1db059638


commit 5c3db792d4b3aa0c56edc8d60a25a2e1db059638
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat May 22 14:26:24 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat May 22 14:26:24 2010 +0200

    Haiku-specific fix to runtests.sh by Chris Roberts

diff --git a/tests/runtests.sh b/tests/runtests.sh
index 9e0f0155..69bd0559 100644
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -9,6 +9,7 @@ TEST_DIR=`pwd`
 OS_NAME=`uname -s`
 export DYLD_LIBRARY_PATH=${TEST_DIR}/..
 export LD_LIBRARY_PATH=${TEST_DIR}/..
+export LIBRARY_PATH=${TEST_DIR}/..:${LIBRARY_PATH}
 
 mkdir -p test-repository
 
Trap