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:
authorKlaas Freitag <freitag@owncloud.com>2014-01-08 17:35:38 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-01-08 17:36:42 +0400
commite5804b5d12eb0fbd08c11d11ac7b1385da045af5 (patch)
tree93248347e7cab60882d815b28a2034ab9d384c41 /test/CMakeLists.txt
parente5d43c2b9cce911002570e4d5c3b043891550c5f (diff)
Use a more Qt'ish folder recursing method, remove unused class.
Added unit test.
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 09aef2295..46ca04ea1 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -4,3 +4,4 @@ include(owncloud_add_test.cmake)
owncloud_add_test(OwncloudPropagator)
owncloud_add_test(Utility)
+owncloud_add_test(FolderWatcherPrivate)