From 8d47694be18497b14d7d393f9f38780593944f1a Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 10 May 2000 14:33:41 +0000 Subject: [PATCH] [project @ 2000-05-10 14:33:41 by rrt] Omitted some tests on mingw. --- ghc/tests/codeGen/should_run/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4