Allow TEST_FILES make var to be used to pass an argument list through to harness...
authorYves Orton <demerphq@gmail.com>
Wed, 25 Jul 2007 19:13:56 +0000 (19:13 +0000)
committerYves Orton <demerphq@gmail.com>
Wed, 25 Jul 2007 19:13:56 +0000 (19:13 +0000)
commit3d18daf17a4d86d225ca95b5df455e3b4b1ae222
treee2428500108728dd0df709b67a3f6e59da150330
parentb588327ed1e1ecf1e38d4a4782599a7ac98346c7
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
Makefile.SH