Re: [Module::Build] [RFC] author tests
Status: Beta
Brought to you by:
kwilliams
|
From: Rob K. <rob...@gm...> - 2006-02-02 15:23:42
|
What about doing the following: 1) Create a testfull action (vs. the normal test action - see testcover as precedence). This will run all the tests in test_files and fulltest_files 2) test_files is kept as t/*.t 3) fulltest_files is added as an option If you want to differentiate between regular tests and full tests, then you, as the author, are expected to use fulltest_files (and possibly test_files) to differentiate. Anything listed in fulltest_files (globs permitted) will be EXCLUDED from test_files. This is, obviously, not quite compatible with EU::MM, but I don't think that's a problem. Rob. |