mirror of https://github.com/VLSIDA/OpenRAM.git
Add total failure of tests
This commit is contained in:
parent
8653b88206
commit
93c6565b66
|
|
@ -41,6 +41,7 @@ getfile = $(word 2,$(subst /, ,$*))
|
||||||
WORKING_TECH_TEST_STAMPS=$(foreach T, $(TECHS),$(addprefix $T/,$(WORKING_TEST_STAMPS)))
|
WORKING_TECH_TEST_STAMPS=$(foreach T, $(TECHS),$(addprefix $T/,$(WORKING_TEST_STAMPS)))
|
||||||
|
|
||||||
all: $(WORKING_TECH_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
|
.PHONY: all
|
||||||
|
|
||||||
# Targets for each individual test
|
# Targets for each individual test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue