Revision 830c0894
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
t/test.sh | ||
---|---|---|
1 |
perl -MExtUtils::Command::MM -e 'test_harness(0)' t/*.t |
|
1 |
find t | grep "\.t$" | grep -v '^t/old' | xargs perl -MExtUtils::Command::MM -e 'test_harness(0)' |
Auch abrufbar als: Unified diff
Rekursiv testen.