829a7723b31c5bb7a62ef60f736b72a1d2abbdf4
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / Makefile
1 TOP = ../../..
2 include $(TOP)/mk/boilerplate.mk
3
4 SRCS = $(wildcard *.hs)
5 HS_PROG = ds040
6
7 PROG : $(SRCS)
8
9 runtests :: $(wildcard *.hs)
10         @echo 'TODO: ds014a -- some things that should NOT go through'
11
12 #SUBDIRS = cvh-ds-unboxed
13
14 # These options apply to all tests
15 HC_OPTS += -noC -ddump-ds -dcore-lint
16
17 ds030_HC_OPTS = -dppr-all
18 ds035_HC_OPTS = -fglasgow-exts
19 ds039_HC_OPTS = -dppr-all
20
21
22 include $(TOP)/mk/target.mk