Revision c3b63d75
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
t/test.sh | ||
---|---|---|
1 |
find t | grep "\.t$" | grep -v '^t/old' | xargs perl -MExtUtils::Command::MM -e 'test_harness(0)' |
|
1 |
find t | grep "\.t$" | grep -v '^t/old' | HARNESS_OPTIONS=j:c xargs perl -MTest::Harness -e 'runtests(@ARGV)' |
Auch abrufbar als: Unified diff
standardmäßig tests auf multithreaden.