Module Building 101
make test

make test

Runs the test suite, usually t/*.t.

    $ make test
    cp script/mech-dump blib/script/mech-dump
    /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
        blib/script/mech-dump
    PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM"
        "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/00.load...............ok 1/2# Testing WWW::Mechanize 0.71_02
    t/00.load...............ok
    ...
    t/warn..................ok
    t/warnings..............ok
    All tests successful.
    Files=38, Tests=468, 85 wallclock secs (28.92 cusr +  6.42 csys = 35.34 CPU)

Module Building 101
Copyright (c) 2004 Andy Lester <andy@petdance.com>