diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-03 15:48:08 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-03 15:48:08 +0100 |
commit | a03875789ff2ab2883ecbba044f85abc244b692d (patch) | |
tree | 20c67dd5c5c02146e833535dc1645a6d727cc131 /tests/Makefile | |
parent | 9db6941a45213c0d73e9b66822b28003bb78060b (diff) |
Fixed CXXTYPE
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index dd357b3..778fd37 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -34,7 +34,6 @@ ifeq ($(CXXTYPE),clang++) $(LLVMCOV) report --ignore-filename-regex='google' --ignore-filename-regex='test-' --ignore-filename-regex='Magick' --show-region-summary=0 -instr-profile unittests.profdata unittests else ./unittests - #gcov-12 storage.o gcovr -r .. endif |