diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-09-18 15:15:59 +0200 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-09-18 15:15:59 +0200 |
commit | 09fc613f1ce55910698aca6b8b5d909ac3ae77a0 (patch) | |
tree | 3da08a9132673043b143e20b102b7489e704c5e8 /tests/CMakeLists.txt | |
parent | 348a81decd37889ad46086383f5910f12a00c3c9 (diff) | |
download | ayatana-indicator-sound-09fc613f1ce55910698aca6b8b5d909ac3ae77a0.tar.gz ayatana-indicator-sound-09fc613f1ce55910698aca6b8b5d909ac3ae77a0.tar.bz2 ayatana-indicator-sound-09fc613f1ce55910698aca6b8b5d909ac3ae77a0.zip |
Added AccountsService Mock to the integration tests
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 4c28cdf..d818a2d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -280,4 +280,5 @@ add_test(indcator-test ) add_subdirectory(integration) -add_subdirectory(dbus-types)
\ No newline at end of file +add_subdirectory(dbus-types) +add_subdirectory(accounts-mock)
\ No newline at end of file |