diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-11-01 22:26:56 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-11-01 22:26:56 +0100 | 
| commit | 62aafc5c9273cb0b7a91bf2e4dee1ac2d3658bb3 (patch) | |
| tree | 4c3e2943b48260c173733ffa1199bc09c907f131 /Makefile | |
| parent | e0d6dac4b103a557b37f4850fe76dacf87df7cb9 (diff) | |
translate() translation-unit and declaration (WIP)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
