[svn r343] Move object.di used for running dstress into separate directory.

This commit is contained in:
Christian Kamm
2008-07-09 17:02:55 +02:00
parent d16ddb524f
commit 64ab226a4b
2 changed files with 1 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"
DMD="llvmdc -O0 -I$BASEPATH/testincludes"
echo "Default is $DMD"
else
echo "Using compiler given by DMD environment variable: $DMD"