Searched defs:runtests (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.t40 my @ordinary_results = runtests(\@tests, undef);
42 my @tied_results = runtests(\@tests, $class);
183 sub runtests { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm64 @EXPORT = qw(&runtests);
77 runtests(@test_files);
92 script. Test::Harness::runtests(@tests) runs all the testscripts
96 After all tests have been performed, runtests() prints some
128 runtests(). All other lines are discarded.
260 used to let C<runtests()> display the standard output of the script
337 =item B<runtests>
339 my $allok = runtests(@test_files);
355 sub runtests { subroutine
408 Runs all the given C<@test_files> (as C<runtests()>) bu
[all...]

Completed in 16 milliseconds