From: Yves Orton Date: Wed, 25 Jul 2007 19:13:56 +0000 (+0000) Subject: Allow TEST_FILES make var to be used to pass an argument list through to harness... X-Git-Tag: accepted/trunk/20130322.191538~14824 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d18daf17a4d86d225ca95b5df455e3b4b1ae222;p=platform%2Fupstream%2Fperl.git Allow TEST_FILES make var to be used to pass an argument list through to harness when using the test_harness target. This allows things like make test_harness TEST_FILES='-re x2p' which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful. p4raw-id: //depot/perl@31658 --- diff --git a/Makefile.SH b/Makefile.SH index 8215b4c..d823287 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1177,10 +1177,10 @@ test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dyn PERL=./perl $(MAKE) _test_prep _test_tty: - cd t && $(PERL_DEBUG) $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS)