summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-01 22:26:56 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-01 22:26:56 +0100
commit62aafc5c9273cb0b7a91bf2e4dee1ac2d3658bb3 (patch)
tree4c3e2943b48260c173733ffa1199bc09c907f131 /Makefile
parente0d6dac4b103a557b37f4850fe76dacf87df7cb9 (diff)
translate() translation-unit and declaration (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)