Keep files during runs in Makefile

This commit is contained in:
mrg 2022-01-13 14:41:24 -08:00
parent 663d57447a
commit 06d391b3e3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ include $(TOP_DIR)/openram.mk
.DEFAULT_GOAL := regress
ARGS ?= ""
ARGS ?= "-k"
TEST_DIR = $(TOP_DIR)/compiler/tests
TEST_SRCS=$(sort $(notdir $(wildcard $(TEST_DIR)/*_test.py)))