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:
authorOlivier Goffart <ogoffart@woboq.com>2018-10-09 14:45:27 +0300
committerOlivier Goffart <ogoffart@woboq.com>2018-10-09 15:39:23 +0300
commitd29a05aea5dd5edfad29a113cb380f584d44e2cb (patch)
treedd8c17c3a7e228193e3c9024a19ec6abed305c9f /test/CMakeLists.txt
parent067d9b34f78e2378a71614d19603da9df8322888 (diff)
New Discovery Algorithm: Ge tthe size of new folders
Also add a test that this works properly
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 71a38b4c4..1f078a665 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -55,6 +55,7 @@ owncloud_add_test(Blacklist "syncenginetestutils.h")
owncloud_add_test(LocalDiscovery "syncenginetestutils.h")
owncloud_add_test(RemoteDiscovery "syncenginetestutils.h")
owncloud_add_test(Permissions "syncenginetestutils.h")
+owncloud_add_test(SelectiveSync "syncenginetestutils.h")
owncloud_add_test(FolderWatcher "${FolderWatcher_SRC}")
if( UNIX AND NOT APPLE )