diff options
author | Ted Gould <ted@gould.cx> | 2014-11-11 18:18:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-11 18:18:08 -0600 |
commit | b70244a3e24cc666a640445dbc190db8a44f556c (patch) | |
tree | 3347e7eee4bfd089fa8e7d64080d5a2b335ac432 /tests/CMakeLists.txt | |
parent | 36f7456285da6f55126396e004776b4da3290443 (diff) | |
download | ayatana-indicator-sound-b70244a3e24cc666a640445dbc190db8a44f556c.tar.gz ayatana-indicator-sound-b70244a3e24cc666a640445dbc190db8a44f556c.tar.bz2 ayatana-indicator-sound-b70244a3e24cc666a640445dbc190db8a44f556c.zip |
Splitting out the tests
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 11 |
1 files 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 +) |