[med-svn] [partitionfinder] 10/13: Add tests
Kevin Murray
daube-guest at moszumanska.debian.org
Sat Feb 6 19:45:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository partitionfinder.
commit d2c4e759af55d513b0ae006f3ce2f72982d035b8
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Sat Feb 6 15:39:31 2016 +0100
Add tests
---
debian/control | 2 ++
debian/rules | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/debian/control b/debian/control
index 60655a6..bcb7021 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,8 @@ Build-Depends: debhelper (>= 9),
python-pyparsing,
python-pandas,
python-tables,
+ python-nose,
+ python-pytest,
cython,
raxml,
phyml,
diff --git a/debian/rules b/debian/rules
index fba2a87..11d91c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,7 @@ override_dh_auto_build:
dh_python2
g++ -o partfinder/_tiger.so -fPIC -shared -I/usr/include/python2.7/ -lpython2.7 $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) partfinder/_tiger.cpp
sed -i "s,USRLIB,usr/lib/$(DEB_HOST_MULTIARCH),g" debian/PartitionFinder debian/PartitionFinderProtein
+
+override_dh_auto_test:
+ dh_auto_test
+ nosetests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/partitionfinder.git
More information about the debian-med-commit
mailing list