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>2015-04-14 09:37:06 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-04-14 14:43:05 +0300
commitd2bae21b14f1c8f1ed5c83904038d4d4cb6507e6 (patch)
tree8373dec581cc5e4818797fdf444fb24f70684de8 /test/CMakeLists.txt
parent4283ab3b44e8801a9707ff24baf2dd7b1d6e09b8 (diff)
Added unit test for XML Parser class.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 62acf37c8..f1d44061b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -32,5 +32,5 @@ owncloud_add_test(SyncJournalDB "")
owncloud_add_test(SyncFileItem "")
owncloud_add_test(ConcatUrl "")
-
+owncloud_add_test(XmlParse "")