[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / Makefile
index 38f5c87..e6dc793 100644 (file)
@@ -1,14 +1,17 @@
-TOP = ../../../..
-GhcRunTestRules = YES
-# These options apply to all tests
-RUNSTDTEST_OPTS = -noC -ddump-ds -dcore-lint
-include $(TOP)/ghc/mk/ghc.mk
+TOP = ../../..
+include $(TOP)/mk/boilerplate.mk
 
 runtests :: $(patsubst %.hs, %.runtest, $(wildcard *.hs))
        @echo 'TODO: ds014a -- some things that should NOT go through'
 
 #SUBDIRS = cvh-ds-unboxed
 
+# These options apply to all tests
+RUN_TEST_OPTS = -noC -ddump-ds -dcore-lint
+
 ds030_flags = -dppr-all
 ds035_flags = -fglasgow-exts
 ds039_flags = -dppr-all
+
+
+include $(TOP)/mk/target.mk