diff options
Diffstat (limited to 't/harness')
-rwxr-xr-x | t/harness | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ use lib '../lib'; use Test::Harness; $Test::Harness::switches = ""; # Too much noise otherwise +$Test::Harness::verbose = shift if @ARGV && $ARGV[0] eq '-v'; @tests = @ARGV; @tests = <*/*.t> unless @tests; |