]> git.sur5r.net Git - i3/i3/blobdiff - testcases/Makefile
docs/userguide: explain default_orientation config directive
[i3/i3] / testcases / Makefile
index 60fdd8e42d99a83afa804894ff0aa3b9ee1f34ba..edf5ee0d0322742b91f4637e2fc9857ccd8c2d5d 100644 (file)
@@ -1,4 +1,10 @@
 test:
-       PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '/home/michael/xcb-perl/X11-XCB/lib/', '/home/michael/xcb-perl/X11-XCB/blib/lib', '/home/michael/xcb-perl/X11-XCB/blib/arch')" t/*.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
+
+testfull:
+       PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/01* t/02* t/03* t/05* t/17* t/18* t/19* t/20*