summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/cg009/Makefile
blob: 33280ab07aecf05c9e045dda16b873c0ab680830 (plain)
1
2
3
4
5
6
7
8
9
TOP=../../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

# Make sure the LFInfo for an exported, but not directly used newtype
# constructors does not trip up the compiler.
cg009:
	'$(TEST_HC)' $(TEST_HC_OPTS) -c -O A.hs -fforce-recomp
	'$(TEST_HC)' $(TEST_HC_OPTS) -c -O0 Main.hs -fforce-recomp