From 06d391b3e365127628434b98044035232615f4b0 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 13 Jan 2022 14:41:24 -0800 Subject: [PATCH] Keep files during runs in Makefile --- compiler/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/Makefile b/compiler/tests/Makefile index 460b7fcc..0e378d39 100644 --- a/compiler/tests/Makefile +++ b/compiler/tests/Makefile @@ -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)))