Fix PDK path for freepdk45 and list FAILED tests explicitly at end.

This commit is contained in:
mrg 2022-02-08 11:35:29 -08:00
parent 833278b7a6
commit b1e1763e14
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,8 @@ WORKING_TECH_TEST_STAMPS=$(foreach T, $(TECHS),$(addprefix $T/,$(WORKING_TEST_ST
# Run all technologies
all: $(WORKING_TECH_TEST_STAMPS)
@ls $(TOP_DIR)/compiler/tests/results/*/*.bad 1> /dev/null 2>&1 && echo "REGRESSION FAIL" && exit 1 || echo "REGRESSION PASS"
@echo "FAILING TESTS:"
@ls $(TOP_DIR)/compiler/tests/results/*/*.bad
.PHONY: all
# Run a given technology

View File

@ -15,7 +15,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$XYCE_LIB
export XYCE_NO_TRACKING="anything at all"
# PDKs
export FREEPDK45=/PDK/freepdk45
export FREEPDK45=/pdk/freepdk45
# Set to the PDK you want to use
export PDK_DIR=$FREEPDK45