[project @ 2001-05-18 16:54:04 by simonmar]
[ghc-hetmet.git] / ghc / tests / lib / IO / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.1 2001/05/18 16:54:08 simonmar Exp $
3
4 TOP = ../..
5
6 include $(TOP)/mk/boilerplate.mk
7
8 ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
9 # io018 should run
10 OMITTED_RUNTESTS = io005.run io018.run io033.run
11 endif
12
13 include $(TOP)/mk/should_run.mk
14
15 SRC_HC_OPTS += -dcore-lint
16
17 hSetBuffering002_RUNTEST_OPTS += -i hSetBuffering002.hs
18 hSetBuffering003_RUNTEST_OPTS += -i hSetBuffering003.hs
19 misc001_RUNTEST_OPTS          += misc001.hs misc001.out
20 hGetChar001_RUNTEST_OPTS      += -i hGetChar001.stdin
21 openFile002_RUNTEST_OPTS      += -x 1
22 IOError001_RUNTEST_OPTS       += -o1 IOError001.stdout-mingw
23 readwrite002_RUNTEST_OPTS     += -i readwrite002.hs
24 hGetLine001_RUNTEST_OPTS      += -i hGetLine001.hs
25
26 .PRECIOUS: %.o %.bin
27
28 CLEAN_FILES += *.out* *.inout
29
30 include $(TOP)/mk/target.mk