implement make clean in testcases/
This commit is contained in:
parent
2d82868a1a
commit
e2975d80e9
|
@ -1,6 +1,9 @@
|
||||||
test:
|
test:
|
||||||
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/12*.t
|
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
|
all: test
|
||||||
|
|
||||||
testfull:
|
testfull:
|
||||||
|
|
Loading…
Reference in New Issue