X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fprinting%2FMakefile;h=5268832ad4a75e41f4d135d235defca8d9f818bb;hb=231ac1696f0b47d2e566025d562259427c62a856;hp=bc76d4598cdf56c0ed079c38937ee2e03b583cea;hpb=59cada2ff07d73b5d533f8fb2912480352861f08;p=ghc-hetmet.git diff --git a/ghc/tests/printing/Makefile b/ghc/tests/printing/Makefile index bc76d45..5268832 100644 --- a/ghc/tests/printing/Makefile +++ b/ghc/tests/printing/Makefile @@ -1,19 +1,7 @@ -TOP = ../../.. +TOP = .. include $(TOP)/mk/boilerplate.mk -HS_SRCS = $(wildcard *.hs) - -SRC_RUNTEST_OPTS += -accept-output -o1 $*.stdout -o2 $*.stderr -x 0 -HC_OPTS += -noC -ddump-tc -dcore-lint -hi - -%.o : %.hs - -%.o : %.hs - $(RUNTEST) $(HC) $(RUNTEST_OPTS) $(HC_OPTS) -c $< -o $@ -osuf $(subst .,,$(suffix $@)) - -all :: $(HS_OBJS) - -print002_HC_OPTS = -fno-implicit-prelude -dppr-user -ddump-rdr -ddump-tc +SUBDIRS = should_compile include $(TOP)/mk/target.mk