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>2014-09-17 01:52:28 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-09-17 01:52:28 +0400
commitfe023e2229dedbc646ab7e701ecd1a457dadef16 (patch)
tree6d5043bab768c9d09d0afe91cd63fbe48315159c /test/CMakeLists.txt
parent97cc05eeea3da08ee01578b1604ed0bc3b0b7d7e (diff)
Allow passing user/pass explicitly or via netrc
#2211
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 37ac1e83b..ab0c44003 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -26,5 +26,6 @@ if( UNIX AND NOT APPLE )
endif(UNIX AND NOT APPLE)
owncloud_add_test(CSyncSqlite "")
+owncloud_add_test(NetrcParser ../src/owncloudcmd/netrcparser.cpp)