summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-09 16:55:10 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-09 16:55:10 +0100
commit8f2e3e7af0360cca7f8918ae41cc573f8cd88d7f (patch)
treed75230f12d1c25105aa68f96ce5759b8a547a2a2 /Makefile
parentfe063834e53e856823b9a42ad3a5e04153446849 (diff)
Support empty translation unit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8cc8c0f..be048c4 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ TESTSRC=\
SRC=$(PROGSRC) mcc.cpp
all: test-$(PROJECTNAME) mcc
- ./test-$(PROJECTNAME) --gtest_filter='CppTest.compile_2_times'
+ ./test-$(PROJECTNAME) #--gtest_filter='CppTest.compile_2_times'
# testsuite ----------------------------------------------
test-$(PROJECTNAME): $(TESTSRC:.cpp=.o)