From 034405ab227de9dd2f62cb2a689e16c889a64de7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Jul 2016 21:04:18 +0300 Subject: Run make check when building Debian package --- debian/changelog | 2 +- debian/rules | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 598f0f8..842d2cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ python-cliapp (1.20160316+git-1) UNRELEASED; urgency=medium - * + * Change debian/rules to run automated tests during build. -- Lars Wirzenius Wed, 16 Mar 2016 19:27:16 +0200 diff --git a/debian/rules b/debian/rules index 96d6cd4..47c8343 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,10 @@ override_dh_auto_build: $(MAKE) dh_auto_build --with=python2 --buildsystem=python_distutils - + +override_dh_auto_test: + $(MAKE) check + override_dh_auto_clean: $(MAKE) clean dh_auto_clean --with=python2 --buildsystem=python_distutils -- cgit v1.2.1