[Pkg-owncloud-commits] [owncloud-client] 268/498: CMocka Testing: Install the cmocka library
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:57 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 2cce8065ab53ce9849ba067f132a7d59b6f5819d
Author: Klaas Freitag <freitag at owncloud.com>
Date: Wed Jul 1 14:51:49 2015 +0200
CMocka Testing: Install the cmocka library
---
csync/tests/CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/csync/tests/CMakeLists.txt b/csync/tests/CMakeLists.txt
index d700743..f44e90e 100644
--- a/csync/tests/CMakeLists.txt
+++ b/csync/tests/CMakeLists.txt
@@ -57,4 +57,7 @@ add_cmocka_test(check_encoding_functions encoding_tests/check_encoding.c ${TEST_
set(TEST_HTTPBF_LIBRARIES ${TEST_TARGET_LIBRARIES} ${NEON_LIBRARIES})
add_cmocka_test(check_httpbf httpbf_tests/hbf_send_test.c ${TEST_HTTPBF_LIBRARIES} )
+if(UNIT_TESTING)
+ INSTALL( FILES "${CMOCKA_LIBRARIES}" DESTINATION ${CMAKE_INSTALL_LIBDIR})
+endif(UNIT_TESTING)
--
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