prompt$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/compile....ok                                                              
All tests successful.
Files=1, Tests=1,  0 wallclock secs ( 0.13 cusr +  0.06 csys =  0.19 	CPU)

Example 2: The make test output after adding a compile test.

Back to Article