[med-svn] [gatb-core] 03/04: Fix test location
Andreas Tille
tille at debian.org
Wed Dec 13 22:08:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gatb-core.
commit 8af89540abaaecf60c368e31b19355a5e7c6851b
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 13 21:49:53 2017 +0100
Fix test location
---
debian/patches/fix_install_location.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/patches/fix_install_location.patch b/debian/patches/fix_install_location.patch
index be97a68..85880d3 100644
--- a/debian/patches/fix_install_location.patch
+++ b/debian/patches/fix_install_location.patch
@@ -25,3 +25,14 @@ Description: Install examples into correct dir
# INSTALL (DIRECTORY ${PROJECT_SOURCE_DIR}/thirdparty/boost DESTINATION ./include)
ENDIF()
+--- a/gatb-core/test/unit/CMakeLists.txt
++++ b/gatb-core/test/unit/CMakeLists.txt
+@@ -25,6 +25,6 @@ add_custom_target (gatb_test gatb-core-c
+ #################################################
+ # INSTALL
+ #################################################
+-install (TARGETS gatb-core-cppunit DESTINATION test)
+-install (DIRECTORY ${gatb-core_SOURCE_DIR}/test/db DESTINATION test/)
++install (TARGETS gatb-core-cppunit "share/doc/gatb-core" test)
++install (DIRECTORY ${gatb-core_SOURCE_DIR}/test/db "share/doc/gatb-core" test/)
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gatb-core.git
More information about the debian-med-commit
mailing list