summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2014-06-14 17:51:23 +0200
committerDavid Edmundson <davidedmundson@kde.org>2014-06-14 17:51:23 +0200
commit1916533698d0212bad4e0af5168db4992ceef99d (patch)
treedd818c25ef8a738ddb2e9902ac18c985aff99b43 /tests
parentc82352e31f31bf433b120f1bcc73927661a1fdd4 (diff)
Enable services by default
Diffstat (limited to 'tests')
-rw-r--r--tests/dbus/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbus/CMakeLists.txt b/tests/dbus/CMakeLists.txt
index fe8c7e03..21efe534 100644
--- a/tests/dbus/CMakeLists.txt
+++ b/tests/dbus/CMakeLists.txt
@@ -90,10 +90,10 @@ tpqt_add_dbus_unit_test(CmProtocol cm-protocol)
tpqt_add_dbus_unit_test(ProfileManager profile-manager)
tpqt_add_dbus_unit_test(Types types)
-if(ENABLE_EXPERIMENTAL_SERVICE_SUPPORT)
+if(ENABLE_SERVICE_SUPPORT)
tpqt_add_dbus_unit_test(BaseConnectionManager base-cm telepathy-qt${QT_VERSION_MAJOR}-service)
tpqt_add_dbus_unit_test(BaseProtocol base-protocol telepathy-qt${QT_VERSION_MAJOR}-service)
-endif(ENABLE_EXPERIMENTAL_SERVICE_SUPPORT)
+endif(ENABLE_SERVICE_SUPPORT)
# Make check target. In case of check, output on failure and put it into a log
# This target has to stay here for catching all of the tests