diff --git a/ghc/tests/concurrent/should_run/Makefile b/ghc/tests/concurrent/should_run/Makefile index c60df67a1415d975bf0b37f0f7dc3a95157a0509..40c9db0b64c207af3e48aea20e287ab614a4189a 100644 --- a/ghc/tests/concurrent/should_run/Makefile +++ b/ghc/tests/concurrent/should_run/Makefile @@ -1,8 +1,14 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.5 2000/04/26 10:03:28 simonmar 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