diff options
Diffstat (limited to 'test.pl')
-rw-r--r-- | test.pl | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +BEGIN{ chdir("PerlQt/t") or die "couldn't chdir to PerlQt: $!\n" } +END{ chdir("../..") or die "couldn't chdir to ../..\n" } + +use blib; +use Test::Harness; + +$Test::Harness::switches = "-w -Mblib=../blib"; + +@t = glob("*.t"); + +runtests(@t);
\ No newline at end of file |