i3/testcases/Makefile
Michael Stapelberg 6a1c34d2c5 Implement 'split'
2010-05-10 09:33:10 +02:00

8 lines
262 B
Makefile

test:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/22*
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*