]> git.sur5r.net Git - i3/i3/blobdiff - testcases/Makefile
docs/userguide: explain default_orientation config directive
[i3/i3] / testcases / Makefile
index f433546f44b8bd1c4cf0c0ab1cc301af8995e833..edf5ee0d0322742b91f4637e2fc9857ccd8c2d5d 100644 (file)
@@ -1,5 +1,8 @@
 test:
-       PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/21*
+       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