mirror of https://github.com/VLSIDA/OpenRAM.git
Keep files during runs in Makefile
This commit is contained in:
parent
663d57447a
commit
06d391b3e3
|
|
@ -3,7 +3,7 @@ include $(TOP_DIR)/openram.mk
|
||||||
|
|
||||||
.DEFAULT_GOAL := regress
|
.DEFAULT_GOAL := regress
|
||||||
|
|
||||||
ARGS ?= ""
|
ARGS ?= "-k"
|
||||||
|
|
||||||
TEST_DIR = $(TOP_DIR)/compiler/tests
|
TEST_DIR = $(TOP_DIR)/compiler/tests
|
||||||
TEST_SRCS=$(sort $(notdir $(wildcard $(TEST_DIR)/*_test.py)))
|
TEST_SRCS=$(sort $(notdir $(wildcard $(TEST_DIR)/*_test.py)))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue