Searched refs:tests (Results 1 - 25 of 374) sorted by relevance
1234567891011>>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/ |
H A D | apache.t | 4 use Test::More tests => 1;
|
H A D | switch.t | 4 use Test::More tests => 1;
|
H A D | can.t | 3 use Test::More tests => 2;
|
H A D | init.t | 4 use Test::More tests => 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
H A D | plan.t | 12 plan tests => 4; 13 eval { plan tests => 4 };
|
H A D | curr_test.t | 4 # tests are run via Test::Builder it will blow up. 8 $TB->plan(tests => 2);
|
H A D | fork.t | 17 plan tests => 1;
|
H A D | filehandles.t | 10 use Test::More tests => 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/sample-tests/ |
H A D | taint | 4 use Test::More tests => 1;
|
H A D | inc_taint | 4 use Test::More tests => 1;
|
H A D | taint_warn | 4 use Test::More tests => 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | bblock.t | 8 use Test::More tests => 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/ |
H A D | 00-load.t | 3 use Test::More tests => 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/t/ |
H A D | qr.t | 11 use Test; plan tests => 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | less.t | 8 use Test::More tests => 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/ |
H A D | harness | 24 # Let tests know they're running in the perl core. Useful for modules 48 my @tests = (); 52 @tests = map(glob($_),@ARGV); 55 @tests = @ARGV; 58 unless (@tests) { 59 push @tests, <base/*.t>; 60 push @tests, <comp/*.t>; 61 push @tests, <cmd/*.t>; 62 push @tests, <run/*.t>; 63 push @tests, <i [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | backwards.t | 17 use Test::More tests => 2;
|
H A D | vmsish.t | 14 use Test::More tests => 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/ |
H A D | Functions.t | 5 plan tests => 2;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/bignum/t/ |
H A D | biinfnan.t | 14 plan tests => 26;
|
H A D | bn_lite.t | 13 plan tests => 1;
|
H A D | br_lite.t | 13 plan tests => 1;
|
H A D | brinfnan.t | 14 plan tests => 26;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/ |
H A D | test-harness.t | 18 ? File::Spec->catdir($Curdir, 'lib', 'sample-tests') 19 : File::Spec->catdir($Curdir, 't', 'sample-tests'); 43 tests => 1, 59 tests => 1, 77 tests => 1, 93 tests => 1, 111 tests => 1, 127 tests => 1, 143 tests => 1, 159 tests [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | sub.t | 9 plan( tests => 4 );
|
Completed in 23 milliseconds
1234567891011>>