[project @ 2000-05-10 14:53:41 by rrt]
[ghc-hetmet.git] / ghc / tests / io / should_run / Makefile
1 TOP = ../..
2
3 include $(TOP)/mk/boilerplate.mk
4
5 ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
6 # io018 should run
7 OMITTED_RUNTESTS = io005.run io018.run io033.run
8 endif
9
10 include $(TOP)/mk/should_run.mk
11
12 HC_OPTS += -dcore-lint
13 io022_HC_OPTS += -fglasgow-exts
14 io010_HC_OPTS += -fglasgow-exts
15 io011_HC_OPTS += -fglasgow-exts
16 io018_HC_OPTS += -fglasgow-exts
17 io030_HC_OPTS += -fglasgow-exts
18 io032_HC_OPTS += -fglasgow-exts
19
20 io004_RUNTEST_OPTS += -x 42
21 io016_RUNTEST_OPTS += io016.hs io016.out
22 io017_RUNTEST_OPTS += -i io017.stdin
23 io018_RUNTEST_OPTS += -i io018.hs
24 io021_RUNTEST_OPTS += -i io021.hs
25 io022_RUNTEST_OPTS += -i io022.hs
26 io028_RUNTEST_OPTS += -i io028.hs
27
28 .PRECIOUS: %.o %.bin
29
30 include $(TOP)/mk/target.mk