[svn r347] Foundation for adding tangobos to test environment is in place.

This commit is contained in:
Christian Kamm
2008-07-10 21:29:15 +02:00
parent 6a45ce2474
commit fdca461a61
3 changed files with 329 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ echo
if [ -z "$DMD" ] ; then
echo "Testing with llvmdc. Set DMD environment variable to select compiler."
DMD="llvmdc -O0 -I$BASEPATH/testincludes"
DMD="llvmdc -O0 -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
echo "Default is $DMD"
else
echo "Using compiler given by DMD environment variable: $DMD"