From e0d6dac4b103a557b37f4850fe76dacf87df7cb9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 1 Nov 2020 16:26:22 +0100 Subject: Update cppbnf.cpp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a600db3..dbc8d2b 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='*preprocessing_tokenize' # testsuite ---------------------------------------------- test-$(PROJECTNAME): $(TESTSRC:.cpp=.o) -- cgit v1.2.3