summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2011-03-29 00:15:48 +0300
committerAndrew O. Shadoura <bugzilla@tut.by>2011-03-29 00:15:48 +0300
commit5da1d2f028a5ce3bf2e4f5485b39422cfc4bdcce (patch)
treecf80ef47d3e0c2b16a9cc6bf0aa9f1df17fb5c7f /debian
parentbf88a92e323901c819140096f46b14b97b941afa (diff)
honor DEB_BUILD_OPTIONS=nocheck
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6793011..01c8f45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,9 @@
override_dh_auto_build:
gosh src/libguess/guess.scm src/libguess/guess_tab.c
dh_auto_build
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
make -C src/tests/testbench --no-print-directory run
+endif
override_dh_auto_clean:
[ ! -f buildsys.mk ] || make clean