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>2013-08-09 14:56:43 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-08-09 14:56:43 +0400
commit60a116f3e0e3392bfb87d0257dc4478864590785 (patch)
treebd1dfa90777655d1a92787014e3b410f0f4d61af /test/CMakeLists.txt
parentff4d2d488fcc8b7ff757f6013c756e91f986a76c (diff)
Add tests for Utility namespace
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 d0fc85996..1a8b5a9be 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
include_directories(${CMAKE_CURRENT_LIST_DIR}/../src)
include(owncloud_add_test.cmake)
-owncloud_add_test(First)
+owncloud_add_test(Utility)