From 64ab226a4b905090c55a8c7a7160ae43ab153ff7 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 9 Jul 2008 17:02:55 +0200 Subject: [PATCH] [svn r343] Move object.di used for running dstress into separate directory. --- tests/runtest | 2 +- tests/{ => testincludes}/object.di | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => testincludes}/object.di (100%) diff --git a/tests/runtest b/tests/runtest index 63147235..145646f8 100755 --- a/tests/runtest +++ b/tests/runtest @@ -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" diff --git a/tests/object.di b/tests/testincludes/object.di similarity index 100% rename from tests/object.di rename to tests/testincludes/object.di