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>2013-05-05 14:36:42 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-05-05 14:36:42 +0400
commit946258ca59a16946ae68ec79547d2c8d69bcb64b (patch)
treed1f151fcd718b58207d93667009d99602f11bff7 /test/CMakeLists.txt
parent2e53e2e4e059e7351a2ce508eae06e202c36826c (diff)
Created a test file for ownCloudPropagator. Not much in yet.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 7a816d825..327a61502 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,5 @@
include_directories(${CMAKE_CURRENT_LIST_DIR}/../src)
+include_directories(${CSYNC_INCLUDE_DIR}/csync ${CSYNC_INCLUDE_DIR} ${CSYNC_INCLUDE_DIR}/httpbf/src ${CSYNC_BUILD_PATH}/src)
include(owncloud_add_test.cmake)
-owncloud_add_test(DanimoStinkt)
+owncloud_add_test(OwncloudPropagator)