Searched refs:total_tests (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dph.t39 my $total_tests = scalar @libs + scalar @possibly_defined;
42 print "1..$total_tests\n";
52 foreach ($i .. $total_tests) { print "ok $_\n" }
H A Dh2xs.t134 my $total_tests = 3; # opening, closing and deleting the header file.
140 $total_tests += 9 + (() = $tests[$i] =~ /(Writing)/sg);
143 plan tests => $total_tests;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Drequire.t14 my $total_tests = 30;
15 if ($Is_EBCDIC || $Is_UTF8) { $total_tests = 27; }
16 print "1..$total_tests\n";

Completed in 20 milliseconds