mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Continue if a test fails
This commit is contained in:
parent
26e8e52f23
commit
a5574ce37e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user