This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/harness: Run APItests in parallel
authorKarl Williamson <khw@cpan.org>
Wed, 22 Mar 2017 03:52:33 +0000 (21:52 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 1 Jun 2017 13:05:15 +0000 (07:05 -0600)
commit7d24ce13858cd4a442f7b74228dfbbe808147063
tree421e705aa2fdf2e9771339f6cc77643d128ed3bd
parent704b574dcdee24984d4fe89fd31a01cb6fc2ac72
t/harness: Run APItests in parallel

This commit changes these tests to be run like the tests in t/lib, in
parallel with each other, when available.  This is the longest running
directory, and prior to this commit, on many-core systems it can be the
final thing chugging along, a test at-a-time, while the other cores are
idle.
t/harness