From: sof Date: Sun, 9 Aug 1998 21:09:58 +0000 (+0000) Subject: [project @ 1998-08-09 21:09:58 by sof] X-Git-Tag: Approx_2487_patches~462 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ce01fcd087d425189ffa57b0cf48e1429ac87906;p=ghc-hetmet.git [project @ 1998-08-09 21:09:58 by sof] Updated to cope with new tests --- diff --git a/ghc/tests/io/should_run/Makefile b/ghc/tests/io/should_run/Makefile index 8a50605..0acc082 100644 --- a/ghc/tests/io/should_run/Makefile +++ b/ghc/tests/io/should_run/Makefile @@ -2,7 +2,7 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_run.mk -HC_OPTS += -dcore-lint -syslib posix -syslib misc -fglasgow-exts +HC_OPTS += -dcore-lint io022_HC_OPTS += -fglasgow-exts io010_HC_OPTS += -fglasgow-exts io011_HC_OPTS += -fglasgow-exts @@ -12,6 +12,7 @@ io016_RUNTEST_OPTS += io016.hs io016.out io017_RUNTEST_OPTS += -i io017.stdin io021_RUNTEST_OPTS += -i io021.hs io022_RUNTEST_OPTS += -i io022.hs +io028_RUNTEST_OPTS += -i io028.hs .PRECIOUS: %.o %.bin