diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-01-05 13:13:23 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2016-01-05 13:13:23 -0600 |
commit | 3c528a11f39af91d2856aeac606fdaf8a6c6b673 (patch) | |
tree | b91e31644dd757bad22f2241532100f9009bad92 /tests/CMakeLists.txt | |
parent | cbca1818ef142938022511abded7e39d671866ac (diff) | |
parent | 0eea8e8a2cee47f72292384ac856d3f68208d680 (diff) | |
download | ayatana-indicator-sound-3c528a11f39af91d2856aeac606fdaf8a6c6b673.tar.gz ayatana-indicator-sound-3c528a11f39af91d2856aeac606fdaf8a6c6b673.tar.bz2 ayatana-indicator-sound-3c528a11f39af91d2856aeac606fdaf8a6c6b673.zip |
adding lp:~xavi-garcia-mena/indicator-sound/re-add-integration-tests
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f77bcb1..adc08de 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -281,7 +281,6 @@ add_test(indcator-test indicator-test ) -# Disable integration tests -# add_subdirectory(integration) -# add_subdirectory(dbus-types) -# add_subdirectory(service-mocks) +add_subdirectory(integration) +add_subdirectory(dbus-types) +add_subdirectory(service-mocks)
\ No newline at end of file |