[med-svn] [pbdagcon] 09/12: Activate build-time tests

Afif Elghraoui afif at moszumanska.debian.org
Wed Dec 21 09:26:49 UTC 2016


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

afif pushed a commit to branch master
in repository pbdagcon.

commit 4320327daf0e6a97d44e5fc3247a9af48bc2d381
Author: Afif Elghraoui <afif at debian.org>
Date:   Wed Dec 21 00:36:03 2016 -0800

    Activate build-time tests
---
 debian/control | 2 +-
 debian/rules   | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index ffe15fb..e58a6ce 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
 	libpbseq-dev,
 	libpbbam-dev,
 # Test-Depends:
-	libgtest-dev,
+	googletest,
 Standards-Version: 3.9.8
 Homepage: https://github.com/PacificBiosciences/pbdagcon
 Vcs-Git: https://anonscm.debian.org/git/debian-med/pbdagcon.git
diff --git a/debian/rules b/debian/rules
index 0891fbf..2e4c9ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,9 @@
 #DH_VERBOSE = 1
 include /usr/share/dpkg/default.mk
 
-export GTEST_INCLUDE := /usr/src/gtest
+GTEST = /usr/src/googletest/googletest
+export GTEST_INCLUDE := $(GTEST)/include
+export GTEST_SRC := $(GTEST)/src
 
 PBSEQ_BASE=/usr/include/pbseq
 export LIBBLASR_INC=$(PBSEQ_BASE)/alignment
@@ -21,6 +23,3 @@ export DEB_CPPFLAGS_MAINT_APPEND = -I$(LIBBLASR_INC) -I$(LIBPBDATA_INC) -I$(LIBP
 
 override_dh_auto_configure:
 	./configure.py --shared
-
-override_dh_auto_test:
-	src/cpp/pbdagcon --help

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbdagcon.git



More information about the debian-med-commit mailing list