From c0688ae2cc7bfcbcac05e67b54f3a73578a2d19d Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 30 Jun 2018 10:43:26 +0200 Subject: [PATCH] cmake: remove some obsolete coverage bits --- tests/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7efc9713e..03bb103c4 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -23,10 +23,6 @@ add_subdirectory(unit) add_subdirectory(integration) -if(CMAKE_BUILD_TYPE STREQUAL "Coverage") - #include tests/unit/Makefile.gcov.inc -endif() - add_custom_target(tests DEPENDS unit-tests integration-tests )