diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index adc08de..bf0e051 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -209,7 +209,7 @@ target_link_libraries ( ${TEST_LIBRARIES} ) -add_test(notifications-test notifications-test) +#add_test(notifications-test notifications-test) ########################### # Accounts Service User @@ -283,4 +283,4 @@ add_test(indcator-test add_subdirectory(integration) add_subdirectory(dbus-types) -add_subdirectory(service-mocks)
\ No newline at end of file +add_subdirectory(service-mocks) |