This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #121431] Add support for test.valgrind parallel testing.
authorMatthew Horsfall (alh) <wolfsage@gmail.com>
Thu, 13 Mar 2014 12:39:48 +0000 (05:39 -0700)
committerMatthew Horsfall (alh) <wolfsage@gmail.com>
Wed, 28 May 2014 16:56:05 +0000 (12:56 -0400)
commitbe075cafa41ab490f7c5fbb8acd4adc29d8fa1a0
treeecaaf46f181e13b61713221ee0d9a3d93357e63e
parent24e7ff4ea7e35b5aed3b22dd00848a50f81fad4b
[perl #121431] Add support for test.valgrind parallel testing.

Output for each test will be printed inline when it finishes.

Sample usage (loud):

  TEST_JOBS=9 make test.valgrind

Sample usage (quiet):

  VG_OPTS='-q --leak-check=no --show-reachable=no' TEST_JOBS=9 make test.valgrind
Makefile.SH
t/TEST
t/harness