diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 21:52:58 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 21:52:58 +0000 |
commit | 402d422c8df6e0f0460087368a2f0d6e4369f74e (patch) | |
tree | 10f614a2cef395d7bf25415fe17beed0c8fac675 /tests/CMakeLists.txt | |
parent | 1ba65f8795d462162cafb437218874cfe9185f4a (diff) | |
download | ayatana-indicator-sound-402d422c8df6e0f0460087368a2f0d6e4369f74e.tar.gz ayatana-indicator-sound-402d422c8df6e0f0460087368a2f0d6e4369f74e.tar.bz2 ayatana-indicator-sound-402d422c8df6e0f0460087368a2f0d6e4369f74e.zip |
tests/CMakeLists.txt: Fix non-critical typo flaw in test name.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a332d0b..eb192ab 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -282,7 +282,7 @@ target_link_libraries ( ) # Split tests to work around libaccountservice sucking -add_test(indcator-test +add_test(indicator-test indicator-test ) |