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

drvfail016:
	$(RM) -f drvfail016.hi-boot drvfail016.o-boot
	'$(TEST_HC)' $(TEST_HC_OPTS) -XGeneralizedNewtypeDeriving -c drvfail016.hs-boot; echo $$?

.PHONY: T1133A
T1133A:
	'$(TEST_HC)' $(TEST_HC_OPTS) -c T1133A.hs-boot
	-'$(TEST_HC)' $(TEST_HC_OPTS) -c T1133A.hs