Re: Nesting Test::Harness

2004-03-26 Thread Michael G Schwern
On Fri, Mar 19, 2004 at 03:53:05PM +, [EMAIL PROTECTED] wrote: Is there a way to nest usage of Test::Harness? I have an application with a number of custom modules. I want to structure my test suite this way: myapp.t module_a.t module_b.t module_a.t

Nesting Test::Harness

2004-03-19 Thread mjcarman
Is there a way to nest usage of Test::Harness? I have an application with a number of custom modules. I want to structure my test suite this way: myapp.t module_a.t module_b.t module_a.t foo.t bar.t module_a.t baz.t quux.t That is,