-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