In perl.git, the branch jkeenan/harness-investigation has been updated <http://perl5.git.perl.org/perl.git/commitdiff/02c95e1ca6622e6603d1bb86faf3cc21281d7ddd?hp=2b86886a5b07bef530ae146c1c3a23f78e7e2eb4>
- Log ----------------------------------------------------------------- commit 02c95e1ca6622e6603d1bb86faf3cc21281d7ddd Author: James E Keenan <[email protected]> Date: Wed Feb 22 10:43:45 2017 -0500 Add XS-APItest ----------------------------------------------------------------------- Summary of changes: t/TEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/TEST b/t/TEST index 2e8858461f..e5c33296ea 100755 --- a/t/TEST +++ b/t/TEST @@ -439,7 +439,7 @@ unless (@ARGV) { # then comp, to validate that require works # then run, to validate that -M works # then we know we can -MTestInit for everything else, making life simpler - foreach my $dir (qw(base comp run cmd io re opbasic op uni mro perf)) { + foreach my $dir (qw(base comp run cmd io re opbasic op uni mro perf ../ext/XS-APItest/t)) { _find_tests($dir); } unless ($::core) { -- Perl5 Master Repository
