diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 14 | ||||
-rw-r--r-- | tests/integration/CMakeLists.txt | 7 |
2 files changed, 21 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 610ed9b..fb9d4b9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -284,3 +284,17 @@ add_test(indcator-test add_subdirectory(integration) add_subdirectory(dbus-types) add_subdirectory(service-mocks) + +# coverage reporting +set(COVERAGE_TEST_TARGETS + ${COVERAGE_TEST_TARGETS} + name-watch-test + accounts-service-user-test + volume-control-test + sound-menu-test + notifications-test + media-player-user-test + greeter-list-test + indicator-test + PARENT_SCOPE +) 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 +) |