1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

Continue if a test fails

This commit is contained in:
Jonas Fonseca 2008-07-03 01:55:03 +02:00
parent 26e8e52f23
commit a5574ce37e

View File

@ -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)