X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2FdeSugar%2FMakefile;fp=ghc%2Fcompiler%2Ftests%2FdeSugar%2FMakefile;h=38f5c876dccd2dbfa95c7570ac205811c838c693;hb=334e7e63b1bfd04a7c712d9715e56c5e2fed0e33;hp=0000000000000000000000000000000000000000;hpb=a39b38ff75094818c5caec8f0322612704d0f979;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/deSugar/Makefile b/ghc/compiler/tests/deSugar/Makefile new file mode 100644 index 0000000..38f5c87 --- /dev/null +++ b/ghc/compiler/tests/deSugar/Makefile @@ -0,0 +1,14 @@ +TOP = ../../../.. +GhcRunTestRules = YES +# These options apply to all tests +RUNSTDTEST_OPTS = -noC -ddump-ds -dcore-lint +include $(TOP)/ghc/mk/ghc.mk + +runtests :: $(patsubst %.hs, %.runtest, $(wildcard *.hs)) + @echo 'TODO: ds014a -- some things that should NOT go through' + +#SUBDIRS = cvh-ds-unboxed + +ds030_flags = -dppr-all +ds035_flags = -fglasgow-exts +ds039_flags = -dppr-all