[project @ 2000-04-11 09:40:19 by simonmar]
[ghc-hetmet.git] / ghc / tests / io / should_run / Makefile
1 TOP = ../..
2 include $(TOP)/mk/boilerplate.mk
3 include $(TOP)/mk/should_run.mk
4
5 HC_OPTS += -dcore-lint
6 io022_HC_OPTS += -fglasgow-exts
7 io010_HC_OPTS += -fglasgow-exts
8 io011_HC_OPTS += -fglasgow-exts
9 io032_HC_OPTS += -fglasgow-exts
10
11 io004_RUNTEST_OPTS += -x 42
12 io016_RUNTEST_OPTS += io016.hs io016.out
13 io017_RUNTEST_OPTS += -i io017.stdin
14 io018_RUNTEST_OPTS += -i io018.hs
15 io021_RUNTEST_OPTS += -i io021.hs
16 io022_RUNTEST_OPTS += -i io022.hs
17 io028_RUNTEST_OPTS += -i io028.hs
18
19 .PRECIOUS: %.o %.bin
20
21 include $(TOP)/mk/target.mk