diff tests/runtest @ 322:1aaf6ff7f685 trunk

[svn r343] Move object.di used for running dstress into separate directory.
author ChristianK
date Wed, 09 Jul 2008 17:02:55 +0200
parents 9f228c1e5311
children d7e42b5d8ccd
line wrap: on
line diff
--- a/tests/runtest	Wed Jul 09 17:01:08 2008 +0200
+++ b/tests/runtest	Wed Jul 09 17:02:55 2008 +0200
@@ -38,7 +38,7 @@
 
 if [ -z "$DMD" ] ; then
 	echo "Testing with llvmdc. Set DMD environment variable to select compiler."
-	DMD="llvmdc -O0 -I$BASEPATH"
+	DMD="llvmdc -O0 -I$BASEPATH/testincludes"
 	echo "Default is $DMD"
 else
 	echo "Using compiler given by DMD environment variable: $DMD"