blob: 38f5c876dccd2dbfa95c7570ac205811c838c693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|