[tap-l] Mad TAP proposal

Michael Peters mpeters at plusthree.com
Thu Nov 1 09:32:13 EST 2007


Andy Armstrong wrote:

> Yeah, but from the user's PoV this is pretty easy:
> 
> # t/controller.t
> use Test::Steering;
> 
> include ('xt/frob') if frob_avail();
> include ('xt/slow') if all_the_time_in_the_world();

But if they just do their own harness it becomes:

push('xt/frob', @tests)if frob_avail();
push('xt/slow) if all_the_time_in_the_world();
Test::Harness::runtests(@tests);

-- 
Michael Peters
Developer
Plus Three, LP



More information about the tap-l mailing list