]> git.sur5r.net Git - i3/i3/blob - testcases/Makefile
Merge branch 'master' into next
[i3/i3] / testcases / Makefile
1 test:
2         PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/12*.t
3
4 clean:
5         rm -rf testsuite-* latest
6
7 all: test
8
9 testfull:
10         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*