]> git.sur5r.net Git - i3/i3/commitdiff
implement make clean in testcases/
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 28 Jan 2011 00:12:56 +0000 (01:12 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 28 Jan 2011 00:12:56 +0000 (01:12 +0100)
testcases/Makefile

index 6d7898b856bd9b5841d555a90115c74f784a4f92..edf5ee0d0322742b91f4637e2fc9857ccd8c2d5d 100644 (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: