aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-05-21 07:47:24 -0500
committerCharles Kerr <charles.kerr@canonical.com>2015-05-21 07:47:24 -0500
commit58efd72df90047765721c6e931da22abdb3a956a (patch)
tree8297e39dd08e4428636e8f4465eccadd182e43ff /tests/CMakeLists.txt
parent1b2b949e449ed961624828e7d13bbf53f56abda8 (diff)
downloadayatana-indicator-datetime-58efd72df90047765721c6e931da22abdb3a956a.tar.gz
ayatana-indicator-datetime-58efd72df90047765721c6e931da22abdb3a956a.tar.bz2
ayatana-indicator-datetime-58efd72df90047765721c6e931da22abdb3a956a.zip
in eds-engine, add a occur-in-time-range sexp to handle events that are interesting but don't require user notification alarms
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 4530ff7..1e22100 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -94,6 +94,7 @@ function(add_eds_ics_test_by_name name)
${CMAKE_CURRENT_SOURCE_DIR}/test-eds-ics-config-files # arg8: base directory for config file template
${CMAKE_CURRENT_SOURCE_DIR}/${TEST_NAME}.ics) # arg9: the ical file for this test
endfunction()
+add_eds_ics_test_by_name(test-eds-ics-all-day-events)
add_eds_ics_test_by_name(test-eds-ics-repeating-events)
add_eds_ics_test_by_name(test-eds-ics-nonrepeating-events)
add_eds_ics_test_by_name(test-eds-ics-repeating-valarms)