summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1ea2dc..1ef9a12 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ all: mcc unittest systemtest
# Tests on C++ level
unittest: test-$(PROJECTNAME)
- ./test-$(PROJECTNAME) # --gtest_filter='CppTest.compile_2_times'
+ ./test-$(PROJECTNAME) #--gtest_filter='CppTest.compile_parentheses_right'
# Testing mcc executable and compiled elf programs
systemtest: mcc