Fixup test README (t/README) for Build.PL framework.
authorW. Trevor King <wking@drexel.edu>
Sun, 29 May 2011 13:28:47 +0000 (09:28 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 29 May 2011 13:28:47 +0000 (09:28 -0400)
t/README

index 4668fbd87ec41f4971e324accb9722cfcb738272..8c47dd840855703f94b417b66f0632841e7c0241 100644 (file)
--- 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