blob: e01dc2265c8033844450c6f76d92d0e367a641bb (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
ifeq (0,$(shell ghc --info | grep -q 'Support SMP.*YES' ; echo $$?))
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
|