summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-24 12:05:24 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-24 12:05:24 +0100
commit80b990cf8e216aaff4af71b3c654fdffbbe37820 (patch)
tree39be1f7d35a3970137086a9490fefe8625384eca
parentb8557005171b4031363bb74e710eb05cf68c67b6 (diff)
parent98971412f81d8e62d876e0029499c43374086cf7 (diff)
downloadobnam-80b990cf8e216aaff4af71b3c654fdffbbe37820.tar.gz
Run tests during Debian package build.
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index ef1439ef..22bcd448 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
%:
dh $@ --with=python2 --with-buildsystem=python_distutils
+override_dh_auto_test:
+ python setup.py build_ext -i
+ rm -rf build
+ python setup.py check