diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-03-30 13:26:46 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | 46f3fa5a94d82a5f005039ca8d9df1330bdc4f4c (patch) | |
tree | d9ca731809f53c2f87e97f0388ac96b734179043 /tests/CMakeLists.txt | |
parent | a3fa5c819c23f283879b4ce93042247b2ac22e43 (diff) | |
download | ayatana-indicator-datetime-46f3fa5a94d82a5f005039ca8d9df1330bdc4f4c.tar.gz ayatana-indicator-datetime-46f3fa5a94d82a5f005039ca8d9df1330bdc4f4c.tar.bz2 ayatana-indicator-datetime-46f3fa5a94d82a5f005039ca8d9df1330bdc4f4c.zip |
Created unit test.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 48e2004..4b9a804 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -90,7 +90,8 @@ function(add_eds_ics_test_by_name name) ${CMAKE_CURRENT_BINARY_DIR}/${TEST_NAME} # arg2: test executable path ${TEST_NAME} # arg3: test name ${CMAKE_CURRENT_SOURCE_DIR}/test-eds-ics-config-files # arg4: base directory for config file template - ${CMAKE_CURRENT_BINARY_DIR}/${TEST_NAME}.ics) # arg5: the ical file for this test + ${CMAKE_CURRENT_BINARY_DIR}/${TEST_NAME}.ics # arg5: the ical file for this test + ${CMAKE_CURRENT_SOURCE_DIR}/accounts.db) # arg6: online accounts database endfunction() add_eds_ics_test_by_name(test-eds-ics-all-day-events) add_eds_ics_test_by_name(test-eds-ics-repeating-events) @@ -100,6 +101,7 @@ add_eds_ics_test_by_name(test-eds-ics-missing-trigger) add_eds_ics_test_by_name(test-eds-ics-tzids) add_eds_ics_test_by_name(test-eds-ics-tzids-2) add_eds_ics_test_by_name(test-eds-ics-tzids-utc) +add_eds_ics_test_by_name(test-eds-ics-non-attending-alarms) # disabling the timezone unit tests because they require # https://code.launchpad.net/~ted/dbus-test-runner/multi-interface-test/+merge/199724 |