mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
Add total failure of tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user