From: Michael Stapelberg Date: Fri, 28 Jan 2011 00:12:56 +0000 (+0100) Subject: implement make clean in testcases/ X-Git-Tag: tree-pr2~82 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e2975d80e9f5e6befcb7fa03f76431fe5bc7fb9e;p=i3%2Fi3 implement make clean in testcases/ --- diff --git a/testcases/Makefile b/testcases/Makefile index 6d7898b8..edf5ee0d 100644 --- a/testcases/Makefile +++ b/testcases/Makefile @@ -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: