diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-08-11 16:42:20 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-08-11 16:42:20 -0500 |
commit | 8118ed6a926ebfafdae84899e0b0dd1de23a479b (patch) | |
tree | c5b9a1d748a72c634119608e4c29d20d6b779c0c /tests | |
parent | e52f77bc9f85db4ac02b05bfb96a1e092fed698b (diff) | |
download | ayatana-indicator-sound-8118ed6a926ebfafdae84899e0b0dd1de23a479b.tar.gz ayatana-indicator-sound-8118ed6a926ebfafdae84899e0b0dd1de23a479b.tar.bz2 ayatana-indicator-sound-8118ed6a926ebfafdae84899e0b0dd1de23a479b.zip |
re-enable notifications tests (currently failing)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3c2e76f..2bbd8c5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -195,7 +195,6 @@ 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 ( @@ -209,7 +208,6 @@ target_link_libraries ( ) add_test(notifications-test notifications-test) -]] ########################### # Accounts Service User |