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-03-20 00:02:12 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-03-20 14:15:28 +0400
commit39924d79cbbb125708880d9ee2b1ee1642df1b5e (patch)
treefc877f46717b46cde8068bcbd208a5eed12941ad /test/CMakeLists.txt
parentf7866aabde57cdab15e437074571cb5fa582ac3b (diff)
Add new test to test the csync database code.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index f5ded2937..3521be168 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,11 +1,14 @@
include_directories(${CMAKE_BINARY_DIR}/csync ${CMAKE_BINARY_DIR}/csync/src ${CMAKE_BINARY_DIR}/src)
include_directories(${CMAKE_SOURCE_DIR}/csync/src/ ${CMAKE_SOURCE_DIR}/csync/src/httpbf/src)
+include_directories(${CMAKE_SOURCE_DIR}/csync/src/std)
+
include(owncloud_add_test.cmake)
owncloud_add_test(OwncloudPropagator)
owncloud_add_test(Utility)
owncloud_add_test(Updater)
owncloud_add_test(FolderWatcher)
+owncloud_add_test(CSyncSqlite)
if( UNIX AND NOT APPLE )
owncloud_add_test(InotifyWatcher)