[med-svn] [bio-tradis] 02/03: Hope this does Build time testing

Andreas Tille tille at debian.org
Sat Mar 4 14:36:33 UTC 2017


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

tille pushed a commit to branch master
in repository bio-tradis.

commit 58ca075abd5d076d6721580099eb77084e0abe3d
Author: Andreas Tille <tille at debian.org>
Date:   Sat Mar 4 15:01:03 2017 +0100

    Hope this does Build time testing
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1f6f27b..5393be0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,14 @@
 # DH_VERBOSE := 1
 export LC_ALL=C.UTF-8
 
+TEST_FILES = $(shell find t -name "*.t")
+
 %:
 	dh $@
 
 override_dh_install:
 	dh_install
 	find debian/*/usr/bin -name "*.R" -exec sh -c 'mv {} `echo {} | sed "s/\.R$$//"`' \;
+
+override_dh_auto_test:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

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



More information about the debian-med-commit mailing list