aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-28 10:05:57 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-28 10:05:57 +0000
commitcc17de2981c1110db91e3f50bf9ed04c9f7c8514 (patch)
tree4fe45ea58e41cf7bdb372b7782acf018e41e8294 /tests
parent448c99da58d838739ce51eb6ca8ff0c79db133e8 (diff)
downloadayatana-indicator-datetime-cc17de2981c1110db91e3f50bf9ed04c9f7c8514.tar.gz
ayatana-indicator-datetime-cc17de2981c1110db91e3f50bf9ed04c9f7c8514.tar.bz2
ayatana-indicator-datetime-cc17de2981c1110db91e3f50bf9ed04c9f7c8514.zip
tests/CMakeLists.txt: EDS tests are not limited to URL dispatcher builds, so re-enabling them on non-Ubuntu.
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index de9bfdc..a1e0b13 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -70,8 +70,6 @@ if(HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS)
target_link_libraries (${TEST_NAME} indicatordatetimeservice gtest ${SERVICE_DEPS_LIBRARIES} ${GTEST_LIBS})
endif()
-if (URLDISPATCHER_FOUND)
-
##
## EDS Tests
##
@@ -100,8 +98,6 @@ 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)
-endif()
-
# disabling the timezone unit tests because they require
# https://code.launchpad.net/~ted/dbus-test-runner/multi-interface-test/+merge/199724
# which hasn't landed yet. These can be re-enabled as soon as that lands.