summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-24 11:59:47 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-24 11:59:47 +0100
commit6ba4fe0c039ad852616a75b490427208c089e6c6 (patch)
treef0787edfda66d96fbaa00b19b2e75c11b9efb3a3
parentb8557005171b4031363bb74e710eb05cf68c67b6 (diff)
downloadobnam-6ba4fe0c039ad852616a75b490427208c089e6c6.tar.gz
Run tests during build.
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index ef1439ef..6cd0f421 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
%:
dh $@ --with=python2 --with-buildsystem=python_distutils
+override_dh_auto_test:
+ python setup.py build_ext -i
+ python setup.py check