implement make clean in testcases/

next
Michael Stapelberg 2011-01-28 01:12:56 +01:00
parent 2d82868a1a
commit e2975d80e9
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
test:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/12*.t
clean:
rm -rf testsuite-* latest
all: test
testfull: