[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / Makefile
1 TOP = ../../..
2 include $(TOP)/mk/boilerplate.mk
3
4 runtests :: $(patsubst %.hs, %.runtest, $(wildcard *.hs))
5         @echo 'TODO: ds014a -- some things that should NOT go through'
6
7 #SUBDIRS = cvh-ds-unboxed
8
9 # These options apply to all tests
10 RUN_TEST_OPTS = -noC -ddump-ds -dcore-lint
11
12 ds030_flags = -dppr-all
13 ds035_flags = -fglasgow-exts
14 ds039_flags = -dppr-all
15
16
17 include $(TOP)/mk/target.mk