From 47be95adcf9600979cbe0b3bb3269a6b9041efb2 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 7 Feb 2017 16:50:25 -0500 Subject: Use coverage support from cmake-extras. --- tests/integration/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/integration') diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index e05db4d..e021d87 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -126,3 +126,10 @@ target_link_libraries( ) #add_subdirectory(utils) + +# coverage reporting +set(COVERAGE_TEST_TARGETS + ${COVERAGE_TEST_TARGETS} + integration-tests + PARENT_SCOPE +) -- cgit v1.2.3