[Pkg-owncloud-commits] [owncloud-client] 444/498: FolderManTest: Make compile

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit ad9ef0493ef50167d741382d060bb32a4376e852
Author: Markus Goetz <markus at woboq.com>
Date:   Tue Aug 4 16:55:10 2015 +0200

    FolderManTest: Make compile
---
 test/CMakeLists.txt | 13 +++++++++++++
 test/stub.cpp       |  1 +
 2 files changed, 14 insertions(+)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 28c5a11..5d817b4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -42,8 +42,21 @@ SET(FolderMan_SRC ../src/gui/folderman.cpp)
 list(APPEND FolderMan_SRC ../src/gui/folder.cpp )
 list(APPEND FolderMan_SRC ../src/gui/socketapi.cpp )
 list(APPEND FolderMan_SRC ../src/gui/accountstate.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/accountmanager.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/proxyauthhandler.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/proxyauthdialog.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/shibbolethcredentials.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/credentialsfactory.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/shibboleth/shibbolethuserjob.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/shibboleth/shibbolethrefresher.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/shibboleth/shibbolethwebview.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/httpcredentialsgui.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/sslerrordialog.cpp )
 list(APPEND FolderMan_SRC ../src/gui/syncrunfilelog.cpp )
 list(APPEND FolderMan_SRC ${FolderWatcher_SRC})
 list(APPEND FolderMan_SRC stub.cpp )
+#include_directories(${QTKEYCHAIN_INCLUDE_DIR})
+#include_directories(${CMAKE_BINARY_DIR}/src/gui)
+#include_directories(${CMAKE_SOURCE_DIR}/src/3rdparty/qjson)
 owncloud_add_test(FolderMan "${FolderMan_SRC}")
 
diff --git a/test/stub.cpp b/test/stub.cpp
index 8241b2c..84fda11 100644
--- a/test/stub.cpp
+++ b/test/stub.cpp
@@ -2,3 +2,4 @@
 #include "accountmanager.h"
 OCC::AccountManager *OCC::AccountManager::instance() { return 0; }
 
+void OCC::AccountManager::save() {  }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list