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-07-31 16:28:31 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-07-31 16:28:31 +0300
commit579e24be10cbfaea04449ebc63fe87e6ea5d6cb9 (patch)
treea614053f8ba761cf73e22e2d027f85658608d673 /test/CMakeLists.txt
parent92513207eb954173ad626d65bc1e0f83e5f0e9c9 (diff)
Tests: Make independent of an hardcoded path, rather use CMAKE_BINARY_DIR.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index b92f3a677..cff057e77 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -25,6 +25,8 @@ if( UNIX AND NOT APPLE )
owncloud_add_test(InotifyWatcher "${FolderWatcher_SRC}")
endif(UNIX AND NOT APPLE)
+configure_file(oc_bin.h.in oc_bin.h)
+
owncloud_add_test(CSyncSqlite "")
owncloud_add_test(NetrcParser ../src/cmd/netrcparser.cpp)
owncloud_add_test(OwnSql "")