Acme-TaintTest
view release on metacpan or search on metacpan
313233343536373839404142434445464748495051with
the build options that you selected will be skipped.
Running a subset of the tests
------------------------------
To run some of the tests, specify TEST_FILES as in the following
example:
make test TEST_FILES=
"t/spamc.t t/spamc_l.t"
Wildcards can be used in shell file globbing syntax, as in
make test TEST_FILES=
"t/spam*.t"
The wildcard syntax does not work
with
standard Windows command
shells.
You can also run individual test scripts directly, from the
"t"
directory,
like so (note that it uses hardcoded
#!/usr/bin/perl):
cd t
( run in 0.360 second using v1.01-cache-2.11-cpan-87723dcf8b7 )