[med-svn] [dcmtkpp] 01/04: Add running unit tests during build

Julien Lamy lamy-guest at moszumanska.debian.org
Mon Jul 20 16:02:48 UTC 2015


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

lamy-guest pushed a commit to branch master
in repository dcmtkpp.

commit f208871f5f62bf4a677edd289d894162143b0320
Author: Julien Lamy <lamy at unistra.fr>
Date:   Mon Jul 20 12:28:57 2015 +0200

    Add running unit tests during build
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6a9c61f..1c83695 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@ CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 
 %:
-	dh $@ --parallel
+	dh $@ --builddirectory=build --parallel
 
 override_dh_auto_test:
-	echo "Skipping tests"
+	cd build && ../tests/run.sh
 

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



More information about the debian-med-commit mailing list