[project @ 2000-05-10 14:30:59 by rrt]
[ghc-hetmet.git] / ghc / tests / concurrent / should_run / Makefile
index cad50ae..40c9db0 100644 (file)
@@ -1,11 +1,18 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.2 1999/03/16 13:20:21 simonm Exp $
+# $Id: Makefile,v 1.6 2000/05/10 14:30:59 rrt Exp $
 
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
+
+ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
+# conc020 *should* work
+OMITTED_RUNTESTS = conc020.run conc021.run
+endif
+
 include $(TOP)/mk/should_run.mk
 
 conc009_RUNTEST_OPTS = -x 1
+conc021_RUNTEST_OPTS = -x 250
 
 SRC_HC_OPTS += -dcore-lint -syslib concurrent -fglasgow-exts