summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-03 15:48:08 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-03 15:48:08 +0100
commita03875789ff2ab2883ecbba044f85abc244b692d (patch)
tree20c67dd5c5c02146e833535dc1645a6d727cc131 /tests
parent9db6941a45213c0d73e9b66822b28003bb78060b (diff)
Fixed CXXTYPE
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
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