summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-16 15:17:29 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-16 15:17:29 +0000
commitca5c752ddde6825c4cb0c98b919eb7281a5e1067 (patch)
tree62a207247ef98f1933e085acfb948ded645031a1 /Makefile
parent065c6c97a5520cfeae033a90172f056703c9b4ce (diff)
Adding CCTK_HOME to arguments passed to new RunTest.pl script.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2721 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c3711b27..06288897 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.132 2002-04-13 21:59:18 allen Exp $
+# @version $Id: Makefile,v 1.133 2002-04-16 15:17:29 goodale Exp $
# @@*/
##################################################################################
@@ -772,7 +772,7 @@ ifneq ($strip($(CONFIGURATIONS)),)
$(addsuffix -testsuite,$(CONFIGURATIONS)):
@echo Running test suite $(@:%-thornlist=%)
- if [ -r $(CONFIGS_DIR)/$(@:%-testsuite=%)/ThornList ] ; then $(PERL) -s lib/sbin/RunTest.pl $(PROMPT) $(@:%-testsuite=%) ; fi
+ if [ -r $(CONFIGS_DIR)/$(@:%-testsuite=%)/ThornList ] ; then $(PERL) -s lib/sbin/RunTest.pl $(PROMPT) $(CCTK_HOME) $(@:%-testsuite=%) ; fi
endif
%-testsuite: