Home
last modified time | relevance | path

Searched refs:test_via_harness (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Test/
H A DMakefile.PL18 sub test_via_harness {
35 $out .= $self->SUPER::test_via_harness($perl, $tests);
/openbsd/gnu/usr.bin/perl/dist/XSLoader/
H A DMakefile.PL99 sub test_via_harness {
110 $out .= $self->SUPER::test_via_harness($perl, $tests);
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm3843 push @m, $self->test_via_harness($command, '$(TEST_FILES)')
3867 sub test_via_harness { subroutine
3869 return $self->SUPER::test_via_harness("PERL_DL_NONLAZY=1 $perl", $tests);
H A DMM_Any.pm2664 sub test_via_harness { subroutine