Home
last modified time | relevance | path

Searched refs:testfiles (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dcorpus.t24 my(@testfiles, %xmlfiles, %wouldxml);
39 push @testfiles, $maybetest;
46 die "Too few test files (".@testfiles.")" unless @ARGV or @testfiles > 20;
48 @testfiles = @ARGV if @ARGV and !grep !m/\.txt/, @ARGV;
50 plan tests => (2*@testfiles - 1);
54 #@testfiles = ('nonesuch.txt');
62 my @x = @testfiles;
70 foreach my $f (@testfiles) {
/openbsd-src/gnu/llvm/clang/utils/TestUtils/
H A Dpch-test.pl11 sub testfiles($$) { subroutine
58 testfiles("c", "c");
60 testfiles("m", "objective-c");
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/lib/
H A DTesting.pm313 my ($fromdir, $targetdir, $pod_glob, @testfiles);
319 @testfiles = glob($pod_glob);
323 for my $f (@testfiles) {
331 @testfiles = glob($pod_glob);
337 for my $g (@testfiles) {