in reply to Test::Simple tests in multiple folders?
If the "recursive_test_files" property is true, then the "t/" directory will be scanned recursively for "*.t" files.
If not, what build system do you use?
Update: ExtUtils::MakeMaker has this in the documentation:
Additional lowercase attributes
...
test {TESTS => 't/*.t'}
I guess this is the place where you start to experiment, perhaps 't/*.t t/*/*.t' does what you want.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test::Simple tests in multiple folders?
by Anonymous Monk on Sep 10, 2008 at 02:09 UTC | |
|
Re^2: Test::Simple tests in multiple folders?
by jdrago_999 (Hermit) on Sep 09, 2008 at 20:09 UTC |