From a5574ce37ed1492b3ec0ab11008f2451a1f5bad3 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 3 Jul 2008 01:55:03 +0200 Subject: [PATCH] Continue if a test fails --- Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.lib b/Makefile.lib index 03bb7d8c..428026ec 100644 --- a/Makefile.lib +++ b/Makefile.lib @@ -230,7 +230,7 @@ export TEST_LIB TESTS = $(wildcard $(srcdir)test-*) $(TESTS): $(addsuffix .o,$(TEST_PROGS)) $(TEST_PROGS) - @echo "*** $(notdir $@) ***"; \ + @-echo "*** $(notdir $@) ***"; \ $(call shellquote,$(SHELL)) $@ $(TEST_OPTS) test-default: $(TESTS)