gri3-wm/testcases/Makefile

11 lines
299 B
Makefile
Raw Normal View History

2009-07-16 13:43:43 +02:00
test:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/12*.t
2009-07-16 13:43:43 +02:00
2011-01-28 01:12:56 +01:00
clean:
rm -rf testsuite-* latest
2009-07-16 13:43:43 +02:00
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*