diff options
Diffstat (limited to 't/harness')
-rwxr-xr-x | t/harness | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,5 +15,5 @@ $Test::Harness::switches = ""; # Too much noise otherwise $Test::Harness::verbose = shift if @ARGV && $ARGV[0] eq '-v'; @tests = @ARGV; -@tests = <*/*.t> unless @tests; +@tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t lib/*.t> unless @tests; Test::Harness::runtests @tests; |