diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 10:03:59 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 10:03:59 +0100 |
commit | 99432565ce9f56c3e25f8abe1750e138bde10770 (patch) | |
tree | b42cb58a8cf6a48496723f6068efc8674cc8aed8 | |
parent | cba98f486573f092c89035543c2e252ffd898a6c (diff) |
Run testsuite during build
Closes: #655620
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
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: |