summaryrefslogtreecommitdiff
path: root/p/haskell-vector/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-vector/debian/rules')
-rwxr-xr-xp/haskell-vector/debian/rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/p/haskell-vector/debian/rules b/p/haskell-vector/debian/rules
index 683e77bcf..530cd764e 100755
--- a/p/haskell-vector/debian/rules
+++ b/p/haskell-vector/debian/rules
@@ -1,4 +1,10 @@
#!/usr/bin/make -f
+ifeq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf kfreebsd-i386 mips mipsel mips64el ppc64el s390x))
+DEB_ENABLE_TESTS = yes
+else
+DEB_ENABLE_TESTS = no
+endif
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk