diff options
Diffstat (limited to 'meowpp_unittest/Makefile')
-rw-r--r-- | meowpp_unittest/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meowpp_unittest/Makefile b/meowpp_unittest/Makefile deleted file mode 100644 index 36a3035..0000000 --- a/meowpp_unittest/Makefile +++ /dev/null @@ -1,12 +0,0 @@ - -CXX ?= g++ - -.PHONY: meowpp_unittest meowpp_unittest_clean - -meowpp_unittest: - cd '$(MEOWPP_UNITTEST_DIR)' && \ - ./test.py -c '$(CXX) -g -Wall -Werror -std=c++11 -pedantic' -p '$(CURRENT_DIR)' - -meowpp_unittest_clean: - find '$(MEOWPP_UNITTEST_DIR)' -regex '^.*\.test$$' -exec rm {} \; - find '$(MEOWPP_UNITTEST_DIR)' -regex '^.*\.log[0-9]*$$' -exec rm {} \; |