From b849da70142fc7d93b5475b5c1086b8f358d9699 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 15 Feb 2016 14:48:28 +0000 Subject: Use the upstream test script --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index 9c04662..8c9b7e3 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,9 @@ ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) endif dh_installdocs +override_dh_auto_test: +ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) + set -e ; for python in $$(pyversions -s) $$(py3versions -s); do \ + $$python test.py --verbose ; \ + done +endif -- cgit v1.2.3