Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-01-29 13:38:12 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-01-29 13:43:21 +0400
commit1aa050bea92cfc943cdcfcfcdefa87a0363f664f (patch)
tree5c712775dc991877963cf2dcd7134bdf6d2f51bd /test/CMakeLists.txt
parentca5f96e1bb654dd36ee70bfd1b6d5f8e86f421f8 (diff)
Add Tests, make Updater classes into a static lib
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 0bebef186..f5ded2937 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -4,9 +4,10 @@ include(owncloud_add_test.cmake)
owncloud_add_test(OwncloudPropagator)
owncloud_add_test(Utility)
+owncloud_add_test(Updater)
+owncloud_add_test(FolderWatcher)
if( UNIX AND NOT APPLE )
owncloud_add_test(InotifyWatcher)
endif(UNIX AND NOT APPLE)
-owncloud_add_test(FolderWatcher)