From 9f28c5b7fb5d97d5b5def918978d4232e5dde31e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Nov 2020 18:39:38 +0100 Subject: implement restore of head recursion --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e02d92d..38ce86c 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ TESTSRC=\ SRC=$(PROGSRC) mcc.cpp all: test-$(PROJECTNAME) mcc - ./test-$(PROJECTNAME) #--gtest_filter='CppTest.compile_2_times' + ./test-$(PROJECTNAME) --gtest_filter='CppTest.compile' # testsuite ---------------------------------------------- test-$(PROJECTNAME): $(TESTSRC:.cpp=.o) -- cgit v1.2.3