From 830c089402ac37383f2c4a366514d9961111dca2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 8 Mar 2011 12:36:15 +0100 Subject: [PATCH] Rekursiv testen. --- t/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test.sh b/t/test.sh index 53a737095..f76d6014b 100755 --- 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)' -- 2.20.1