diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-09 16:41:07 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-09 16:41:07 +0100 |
commit | fe063834e53e856823b9a42ad3a5e04153446849 (patch) | |
tree | 6ea84c1274e52bf5a07d7fcb8dbb64ceb6fc7a47 /Makefile | |
parent | fc1461874a6bcecc919f650d1bfb6bf37161c413 (diff) |
Support multiply (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ TESTSRC=\ SRC=$(PROGSRC) mcc.cpp all: test-$(PROJECTNAME) mcc - ./test-$(PROJECTNAME) --gtest_filter='CppTest.compile' + ./test-$(PROJECTNAME) --gtest_filter='CppTest.compile_2_times' # testsuite ---------------------------------------------- test-$(PROJECTNAME): $(TESTSRC:.cpp=.o) |