Allow runtests to continue despite failing tests.

This commit is contained in:
Andrew Johnson
2008-08-28 21:54:12 +00:00
parent 5645bd595d
commit d00f3e0225

View File

@@ -326,7 +326,7 @@ $(OBJLIB_MUNCHNAME):%.munch : %_ctdt$(OBJ) %$(OBJ)
$(MUNCH_CMD)
runtests: $(TESTSCRIPTS_$(BUILD_CLASS))
$(PERL) -e 'use Test::Harness; runtests @ARGV if @ARGV;' $^
-$(PERL) -MTest::Harness -e 'runtests @ARGV if @ARGV;' $^
# If there's a perl test script (.plt) available, use it
%.t: ../%.plt