Merge pull request #1006 from sm00th/unit_fail

tests/unit: fix inconsistent FAIL test failures
This commit is contained in:
Josh Poimboeuf 2019-07-24 09:58:14 -05:00 committed by GitHub
commit c6259d898c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ define check_all =
$(if $(findstring NOSTRIP,$(1)), , $(call check_stripped,$(1)))
endef
.DELETE_ON_ERROR: %.$(EXT_OUTPUT)
all: $(TARGETS) $(TEST_TARGETS)