Rekursiv testen.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 8 Mar 2011 11:36:15 +0000 (12:36 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:11:58 +0000 (11:11 +0200)
t/test.sh

index 53a7370..f76d601 100755 (executable)
--- a/t/test.sh
+++ b/t/test.sh
@@ -1 +1 @@
-perl -MExtUtils::Command::MM -e 'test_harness(0)' t/*.t
+find t | grep "\.t$" | grep -v '^t/old' | xargs perl -MExtUtils::Command::MM -e 'test_harness(0)'