summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/tests/codeGen/should_run/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ghc/tests/codeGen/should_run/Makefile b/ghc/tests/codeGen/should_run/Makefile
index 108f1cbe92..73d44ab1e6 100644
--- a/ghc/tests/codeGen/should_run/Makefile
+++ b/ghc/tests/codeGen/should_run/Makefile
@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.13 2000/08/15 11:41:19 rrt Exp $
+# $Id: Makefile,v 1.14 2000/08/22 14:05:05 sewardj Exp $
TOP = ../..
include $(TOP)/mk/boilerplate.mk
@@ -7,6 +7,9 @@ include $(TOP)/mk/boilerplate.mk
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
OMITTED_RUNTESTS = cg030.run cg035.run
endif
+ifeq "$(TARGETPLATFORM)" "sparc-sun-solaris2"
+OMITTED_RUNTESTS = cg026.run
+endif
include $(TOP)/mk/should_run.mk