From: rrt Date: Wed, 10 May 2000 14:33:41 +0000 (+0000) Subject: [project @ 2000-05-10 14:33:41 by rrt] X-Git-Tag: Approximately_9120_patches~4524 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8d47694be18497b14d7d393f9f38780593944f1a;p=ghc-hetmet.git [project @ 2000-05-10 14:33:41 by rrt] Omitted some tests on mingw. --- diff --git a/ghc/tests/codeGen/should_run/Makefile b/ghc/tests/codeGen/should_run/Makefile index b712aba..a745b80 100644 --- a/ghc/tests/codeGen/should_run/Makefile +++ b/ghc/tests/codeGen/should_run/Makefile @@ -1,8 +1,13 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.9 1999/09/16 19:37:58 sof Exp $ +# $Id: Makefile,v 1.10 2000/05/10 14:33:41 rrt Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk + +ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +OMITTED_RUNTESTS = cg030.run cg035.run +endif + include $(TOP)/mk/should_run.mk SRC_HC_OPTS += -dcore-lint