From 62aafc5c9273cb0b7a91bf2e4dee1ac2d3658bb3 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 1 Nov 2020 22:26:56 +0100 Subject: translate() translation-unit and declaration (WIP) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbc8d2b..84a17fa 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ TESTSRC=\ SRC=$(PROGSRC) mcc.cpp all: test-$(PROJECTNAME) mcc - ./test-$(PROJECTNAME) #--gtest_filter='*preprocessing_tokenize' + ./test-$(PROJECTNAME) --gtest_filter='CppTest.compile' # testsuite ---------------------------------------------- test-$(PROJECTNAME): $(TESTSRC:.cpp=.o) -- cgit v1.2.3