[project @ 2001-08-04 06:19:54 by ken]
[ghc-hetmet.git] / ghc / tests / concurrent / should_run / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.10 2001/02/13 15:12:42 rrt Exp $
3
4 TOP = ../..
5 include $(TOP)/mk/boilerplate.mk
6
7 ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
8 # conc020 *should* work
9 OMITTED_RUNTESTS = conc020.run conc021.run
10 endif
11
12 include $(TOP)/mk/should_run.mk
13
14 conc007_RUNTEST_OPTS = +RTS -H128M -RTS
15 conc009_RUNTEST_OPTS = -x 1
16 conc021_RUNTEST_OPTS = -x 250 -o2 conc021.stderr-mingw
17
18 SRC_HC_OPTS += -dcore-lint -package concurrent -fglasgow-exts
19
20 CLEAN_FILES += PrelMain.hi
21
22 include $(TOP)/mk/target.mk