in reply to Re: automates test suite
in thread automates test suite
my %args = ( lib => [ '../lib', '../blib' ], verbosity => -2, merge => 1, ); my $harness = TAP::Harness->new( \%args ); @tests = ('1.t'); my $aggregator = TAP::Parser::Aggregator->new; $aggregator->start(); $harness->aggregate_tests( $aggregator, @tests ); print "aggregate:",$aggregate;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: automates test suite
by moritz (Cardinal) on Feb 03, 2009 at 08:48 UTC |