[med-svn] [blat] 01/01: Test server
Andreas Tille
tille at debian.org
Wed Feb 26 15:03:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository blat.
commit 46684a699ac58a1252395a267f22ed3651bbbead
Author: Andreas Tille <tille at debian.org>
Date: Wed Feb 26 16:08:42 2014 +0100
Test server
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index bf88899..ff18a33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,11 @@ override_dh_auto_install:
# Run the test suite after files are installed
cd blat/test; \
PATH=$(DESTDIR)/bin:$${PATH} make
+ cd gfServer/tests ; \
+ PATH=$(DESTDIR)/bin:$${PATH} ; \
+ for ts in `ls test*` ; do \
+ ./$${ts} /dev/null ; \
+ done
override_dh_auto_test:
echo "Test suite is running after dh_auto_install"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/blat.git
More information about the debian-med-commit
mailing list