2009-07-16 13:43:43 +02:00
|
|
|
test:
|
2010-06-02 23:53:22 +02:00
|
|
|
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/*.t
|
2009-07-16 13:43:43 +02:00
|
|
|
|
|
|
|
all: test
|
2010-04-17 22:49:26 +02: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*
|