From 91f42ea2266bd4201c1a9f0a9d7e47d431c601c3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 2 Feb 2015 08:13:10 -0600 Subject: We're not using libaccountservice on this side of things, so we don't need to split --- tests/CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d18e2dd..bc2df0d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -226,12 +226,6 @@ target_link_libraries ( ) # Split tests to work around libaccountservice sucking -add_test(indcator-test-phone-menu - indicator-test --gtest_filter=IndicatorTest.PhoneMenu -) -add_test(indcator-test-desktop-menu - indicator-test --gtest_filter=IndicatorTest.DesktopMenu -) -add_test(indcator-test-silent-actions - indicator-test --gtest_filter=IndicatorTest.SilentActions +add_test(indcator-test + indicator-test ) -- cgit v1.2.3