summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 2acc53ac..e5cf5097 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,9 +32,12 @@ configure-stamp:
build-stamp: configure-stamp
dh_testdir
$(MAKE) V=1
+# the testsuite is only really maintained on i386 and amd64
+ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64))
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
./runtest.pl ALL
endif
+endif
touch build-stamp
docs/docbook/instguide.pdf: