diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-02-01 21:00:08 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-02-01 21:00:08 +0100 |
commit | a26eeb15641af0aa18e0a0535644b01e0e69bc9e (patch) | |
tree | 18bb9353587f41cd5f8c4723ebb7bd90cb568d95 | |
parent | 6d67f7b458911833e72e0b4a162b1d823609d6f8 (diff) | |
parent | d304a6d124c3260a617e5c1e95309d01df248ff1 (diff) | |
download | ayatana-indicator-datetime-a26eeb15641af0aa18e0a0535644b01e0e69bc9e.tar.gz ayatana-indicator-datetime-a26eeb15641af0aa18e0a0535644b01e0e69bc9e.tar.bz2 ayatana-indicator-datetime-a26eeb15641af0aa18e0a0535644b01e0e69bc9e.zip |
Merge branch 'tari01-pr/notification-test-lomiri'
Attributes GH PR #125: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/125
-rw-r--r-- | tests/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 60e7864..13dd0d8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -41,9 +41,14 @@ function(add_test_by_name name) add_test (${TEST_NAME} ${TEST_NAME}) target_link_libraries (${TEST_NAME} indicatordatetimeservice ${DBUSTEST_LIBRARIES} ${SERVICE_DEPS_LIBRARIES} ${GTEST_LIBRARIES} ${GMOCK_LIBRARIES}) endfunction() + add_test_by_name(test-datetime) add_test_by_name(test-sound) -add_test_by_name(test-notification) + +if (ENABLE_LOMIRI_FEATURES) + add_test_by_name(test-notification) +endif () + add_test_by_name(test-notification-response) add_test_by_name(test-actions) add_test_by_name(test-alarm-queue) |