From 99432565ce9f56c3e25f8abe1750e138bde10770 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 10:03:59 +0100 Subject: Run testsuite during build Closes: #655620 --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 8ff7728..d2651b5 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,10 @@ build-stamp: configure-stamp $(MAKE) $(MAKEFLAGS) +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + $(MAKE) check +endif + touch $@ clean: -- cgit v1.2.3