File: rules

package info (click to toggle)
haskell-store 0.7.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: haskell: 2,731; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes
# The testsuite fails to compile with `ghc: out of memory` error when
# compiling `test/Data/StoreSpec.hs` on armel and armhf.
ifneq (,$(filter armel armhf, $(DEB_HOST_ARCH)))
	export DEB_ENABLE_TESTS = no
endif

%:
	dh $@