[project @ 1998-06-01 13:06:18 by simonm]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / Makefile
1 TOP = ../..
2 include $(TOP)/mk/boilerplate.mk
3 include $(TOP)/mk/should_run.mk
4
5 SRC_HC_OPTS += -dcore-lint
6
7 cg012_HC_OPTS = -fglasgow-exts
8 cg015_HC_OPTS = -fglasgow-exts
9 cg018_HC_OPTS = -fglasgow-exts
10 cg025_HC_OPTS = -fglasgow-exts
11 cg026_HC_OPTS = -fglasgow-exts
12 cg029_HC_OPTS = -fglasgow-exts
13 cg030_HC_OPTS = -fglasgow-exts
14 cg031_HC_OPTS = -fglasgow-exts
15 cg032_HC_OPTS = -fglasgow-exts
16 cg033_HC_OPTS = -fglasgow-exts
17 cg035_HC_OPTS = -fglasgow-exts
18 cg042_HC_OPTS = -fglasgow-exts
19
20 cg016_RUNTEST_OPTS = -x 1       # should override the -x 0 above.
21 cg021_RUNTEST_OPTS = +RTS -K2m
22 cg025_RUNTEST_OPTS = -x 1 cg025.hs
23 cg045_RUNTEST_OPTS = -x 1
24
25 include $(TOP)/mk/target.mk