Acme-TaintTest

 view release on metacpan or  search on metacpan

t/README  view on Meta::CPAN

31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
with 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 )