File: rules

package info (click to toggle)
haskell-unordered-containers 0.2.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 372 kB
  • sloc: haskell: 4,463; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_ENABLE_TESTS := yes

# Disable tests on 32bit systems.
# We are doing this since the regression was introduced by
# a change to the testsuite.
# Upstream issue:
#   https://github.com/haskell-unordered-containers/unordered-containers/issues/491
ifeq ($(DEB_HOST_ARCH_BITS), 32)
	export DEB_ENABLE_TESTS = no
endif

%:
	dh $@