From ca5c752ddde6825c4cb0c98b919eb7281a5e1067 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 16 Apr 2002 15:17:29 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3