summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/Makefile
blob: 2c5e874a2d4043446acb56d00c7b5e9c1993ffc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

.PHONEY: foo

foo:
	echo hello

T13821A:
	$(RM) -f T13821A.hi-boot T13821A.o-boot
	!('$(TEST_HC)' $(TEST_HC_OPTS) -c T13821A.hs-boot)