[project @ 2000-03-13 11:39:22 by simonmar]
[ghc-hetmet.git] / ghc / tests / concurrent / should_run / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.3 2000/03/13 11:39:22 simonmar Exp $
3
4 TOP = ../..
5 include $(TOP)/mk/boilerplate.mk
6 include $(TOP)/mk/should_run.mk
7
8 conc009_RUNTEST_OPTS = -x 1
9 conc018_RUNTEST_OPTS = -x 1
10
11 SRC_HC_OPTS += -dcore-lint -syslib concurrent -fglasgow-exts
12
13 include $(TOP)/mk/target.mk