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:
authorChristian Kamm <mail@ckamm.de>2015-10-13 16:01:59 +0300
committerChristian Kamm <mail@ckamm.de>2015-10-13 16:01:59 +0300
commit225da688326b2c075db8c12b17e6cadf6ce935d2 (patch)
tree7f4952f3d65ceb88e0163041fbcf582c8d3e418e /test/CMakeLists.txt
parent51a2e6c5800526e99814a28138e882d373a677bb (diff)
ExcludedFiles: Add 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 19dc280e2..faab1f8c4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -39,6 +39,7 @@ owncloud_add_test(XmlParse "")
owncloud_add_test(FileSystem "")
owncloud_add_test(TransChecksumValidator "")
+owncloud_add_test(ExcludedFiles "")
SET(FolderMan_SRC ../src/gui/folderman.cpp)
list(APPEND FolderMan_SRC ../src/gui/folder.cpp )