2009-07-16 07:43:43 -04:00
|
|
|
test:
|
2010-11-12 15:41:10 -05:00
|
|
|
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/12*.t
|
2009-07-16 07:43:43 -04:00
|
|
|
|
2011-01-27 19:12:56 -05:00
|
|
|
clean:
|
|
|
|
rm -rf testsuite-* latest
|
|
|
|
|
2009-07-16 07:43:43 -04:00
|
|
|
all: test
|
2010-04-17 16:49:26 -04:00
|
|
|
|
|
|
|
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*
|