From b70244a3e24cc666a640445dbc190db8a44f556c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 11 Nov 2014 18:18:08 -0600 Subject: Splitting out the tests --- tests/CMakeLists.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 58ecd3a..f588d12 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -197,5 +197,12 @@ target_link_libraries ( ) # Split tests to work around libaccountservice sucking -add_test(indicator-test indicator-test) - +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 +) -- cgit v1.2.3