From 7802d7607544721a7f403d43dff1099580559188 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 29 May 2011 09:28:47 -0400 Subject: [PATCH] Fixup test README (t/README) for Build.PL framework. --- t/README | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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 -- 2.26.2