[project @ 1998-07-02 08:46:15 by simonm]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / Makefile
index cc33000..5742a71 100644 (file)
@@ -1,8 +1,11 @@
+#-----------------------------------------------------------------------------
+# $Id: Makefile,v 1.6 1998/07/02 08:46:15 simonm Exp $
+
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_run.mk
 
-HC_OPTS += -dcore-lint
+SRC_HC_OPTS += -dcore-lint
 
 cg012_HC_OPTS = -fglasgow-exts
 cg015_HC_OPTS = -fglasgow-exts
@@ -20,5 +23,6 @@ cg042_HC_OPTS = -fglasgow-exts
 cg016_RUNTEST_OPTS = -x 1      # should override the -x 0 above.
 cg021_RUNTEST_OPTS = +RTS -K2m
 cg025_RUNTEST_OPTS = -x 1 cg025.hs
+cg045_RUNTEST_OPTS = -x 1
 
 include $(TOP)/mk/target.mk