diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-02 17:14:30 -0500 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:38:27 +0200 |
commit | d4f59920e8ab7fb33b92ccda6c5ca4ea20b06080 (patch) | |
tree | 70dc9606ac9006155f9a68f7fededa2187d8b6c2 /tests | |
parent | 6122733b1584e2e80a64ffb04e35c796fe588f6f (diff) | |
download | ayatana-indicator-datetime-d4f59920e8ab7fb33b92ccda6c5ca4ea20b06080.tar.gz ayatana-indicator-datetime-d4f59920e8ab7fb33b92ccda6c5ca4ea20b06080.tar.bz2 ayatana-indicator-datetime-d4f59920e8ab7fb33b92ccda6c5ca4ea20b06080.zip |
Also need PARENT_SCOPE here.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8b80c2e..d83f315 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -108,7 +108,7 @@ add_eds_ics_test_by_name(test-eds-ics-repeating-events-with-individual-change) # which hasn't landed yet. These can be re-enabled as soon as that lands. #function(add_dbusmock_test_by_name name) # set (TEST_NAME ${name}) -# set (COVERAGE_TEST_TARGETS ${COVERAGE_TEST_TARGETS} ${TEST_NAME}) +# set (COVERAGE_TEST_TARGETS ${COVERAGE_TEST_TARGETS} ${TEST_NAME} PARENT_SCOPE) # add_executable (${TEST_NAME} ${TEST_NAME}.cpp gschemas.compiled) # add_test (${TEST_NAME} ${TEST_NAME}) # target_link_libraries (${TEST_NAME} indicatordatetimeservice ${SERVICE_DEPS_LIBRARIES} ${DBUSTEST_LIBRARIES} ${GTEST_LIBRARIES} ${GMOCK_LIBRARIES}) |