diff tests/runtest @ 274:9f228c1e5311 trunk

[svn r295] Added phobos aliases to string, wstring, dstring and Error to the object.di used for testing. Test results for current revision added.
author ChristianK
date Thu, 19 Jun 2008 13:54:31 +0200
parents fa9fef362a98
children 1aaf6ff7f685
line wrap: on
line diff
--- a/tests/runtest	Wed Jun 18 23:29:14 2008 +0200
+++ b/tests/runtest	Thu Jun 19 13:54:31 2008 +0200
@@ -13,6 +13,7 @@
     exit
 fi
 
+BASEPATH=`pwd`
 cd dstress
 
 # remove excessive tests
@@ -37,7 +38,8 @@
 
 if [ -z "$DMD" ] ; then
 	echo "Testing with llvmdc. Set DMD environment variable to select compiler."
-	DMD="llvmdc -O0"
+	DMD="llvmdc -O0 -I$BASEPATH"
+	echo "Default is $DMD"
 else
 	echo "Using compiler given by DMD environment variable: $DMD"
 fi