background image
<< Testing Is Eating Your Own Dog Food | What in the hell is all that mess? >>
<< Testing Is Eating Your Own Dog Food | What in the hell is all that mess? >>
make test
'make test'
schwern@blackrider:~/src/devel/File-chdir$ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl5.6.1 -Iblib/arch
-Iblib/lib -I/usr/local/perl5.6.1/lib/5.6.1/ppc-linux-64int
-I/usr/local/perl5.6.1/lib/5.6.1 -e
'use Test::Harness qw(&runtests $verbose); $verbose=0;
runtests @ARGV;' t/*.t
t/array.............ok
t/chdir.............ok
t/var...............ok
All tests successful.
Files=3, Tests=48, 2 wallclock secs
( 1.71 cusr + 0.38 csys = 2.09 CPU)
When you run 'make test' on a CPAN module, you're using:
ExtUtils::MakeMaker
Test::Harness
your test