From: W. Trevor King Date: Sun, 29 May 2011 13:28:47 +0000 (-0400) Subject: Fixup test README (t/README) for Build.PL framework. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7802d7607544721a7f403d43dff1099580559188;p=monkeysphere-validation-agent.git Fixup test README (t/README) for Build.PL framework. --- diff --git a/t/README b/t/README index 4668fbd..8c47dd8 100644 --- a/t/README +++ b/t/README @@ -1,7 +1,16 @@ -To run all unit tests, +After generating `Build` with - ./Build test + $ perl Build.PL -to run a subset, +in the project's root directory, you can run all the tests with - perl run-tests.pl dir1 [dir2..] + $ ./Build test + +To run a subset of the tests, try + + $ ./Build test --test_files 't/10.keyserver/*.t' + +See the Module::Build docs [1] for details on fancier invocations. + + +[1]: http://search.cpan.org/~dagolden/Module-Build-0.3800/lib/Module/Build.pm