summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/Makefile
blob: a5dfe03de8e4195adb10f61b39d47c1045b02508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

NewTyCo:
	$(RM) NewTyCo1.o NewTyCo1.hi NewTyCo2.o NewTyCo2.hi
	'$(TEST_HC)' $(TEST_HC_OPTS) -c NewTyCo1.hs
	'$(TEST_HC)' $(TEST_HC_OPTS) -c NewTyCo2.hs

.PHONY: IndTypesPerf
IndTypesPerf:
	$(RM) IndTypesPerf.o IndTypesPerf.hi
	$(RM) IndTypesPerfMerge.o IndTypesPerfMerge.hi
	'$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerfMerge.hs +RTS -M20M
	'$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerf.hs      +RTS -M20M