Add total failure of tests

This commit is contained in:
mrg 2022-02-06 09:13:36 -08:00
parent 8653b88206
commit 93c6565b66
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ getfile = $(word 2,$(subst /, ,$*))
WORKING_TECH_TEST_STAMPS=$(foreach T, $(TECHS),$(addprefix $T/,$(WORKING_TEST_STAMPS)))
all: $(WORKING_TECH_TEST_STAMPS)
@test -f $(TOP_DIR)/compiler/tests/results/*.bad && echo "Regression had a failure." && exit 1 || "Regression passed."
.PHONY: all
# Targets for each individual test