diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-07 16:50:25 -0500 |
---|---|---|
committer | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-07 16:50:25 -0500 |
commit | 47be95adcf9600979cbe0b3bb3269a6b9041efb2 (patch) | |
tree | 4ec70d28fa06f0435ecfd65d14d1badfb9b93ac9 /tests | |
parent | 3e00c2f1483561613850820a674270c5d5154572 (diff) | |
download | ayatana-indicator-sound-47be95adcf9600979cbe0b3bb3269a6b9041efb2.tar.gz ayatana-indicator-sound-47be95adcf9600979cbe0b3bb3269a6b9041efb2.tar.bz2 ayatana-indicator-sound-47be95adcf9600979cbe0b3bb3269a6b9041efb2.zip |
Use coverage support from cmake-extras.
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 +) |