Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Test::Harness vs blib

by asarih (Hermit)
on Apr 14, 2005 at 20:59 UTC ( [id://447968]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ make test verbose
    PERL_DL_NONLAZY=1 /opt/perl-5.8.6/bin/perl "-MExtUtils::Command::MM" "
    +-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/07-main.t
    ...
    Failed 1/1 test scripts, 0.00% okay. 2/9 subtests failed, 77.78% okay.
    *** Error code 2
    make: Fatal error: Command failed for target `test_dynamic'
    
  2. or download this
    $ PERL_DL_NONLAZY=1 /opt/perl-5.8.6/bin/perl -Mblib t/07-main.t
    1..9
    ...
    ok 7 - info (pid), subroutine version
    ok 8 - door_cred()
    ok 9 - door_call()
    
  3. or download this
    $ make test TEST_VERBOSE=1 TEST_FILES=t/07-main.t
    PERL_DL_NONLAZY=1 /opt/perl-5.8.6/bin/perl "-MExtUtils::Command::MM" "
    +-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/07-main.t
    t/07-main....1..9
    ...
        /opt/perl-5.8.6/lib/site_perl/5.8.6
        /opt/perl-5.8.6/lib/site_perl
        .
    
  4. or download this
    $ PERL_DL_NONLAZY=1 /opt/perl-5.8.6/bin/perl -d "-MExtUtils::Command::
    +MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/07-main.t
    
    ...
    Debugged program terminated.  Use q to quit or R to restart,
      use O inhibit_exit to avoid stopping after program termination,
      h q, h R or h O to get additional info.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://447968]
Approved by ghenry
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-04-24 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found