summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/indexed-types/should_compile/Makefile')
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_compile/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuite/tests/ghc-regress/indexed-types/should_compile/Makefile b/testsuite/tests/ghc-regress/indexed-types/should_compile/Makefile
deleted file mode 100644
index b91348f154..0000000000
--- a/testsuite/tests/ghc-regress/indexed-types/should_compile/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-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