From aab6f7b83bf21f4f06e484a97bec654355d98d87 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 7 Aug 2015 13:21:30 -0500 Subject: disable the notifications temporarily --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6e30bf5..aaa3e01 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -195,6 +195,7 @@ add_test(sound-menu-test sound-menu-test) # Notification Test ########################### +#[[ include_directories(${CMAKE_SOURCE_DIR}/src) add_executable (notifications-test notifications-test.cc) target_link_libraries ( @@ -208,6 +209,7 @@ target_link_libraries ( ) add_test(notifications-test notifications-test) +]] ########################### # Accounts Service User -- cgit v1.2.3