X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2FsimplCore%2FMakefile;fp=ghc%2Fcompiler%2Ftests%2FsimplCore%2FMakefile;h=0000000000000000000000000000000000000000;hb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;hp=ee2596f5ce3a2ed0c888372a25d9c0d3ef039813;hpb=e3b67289ad773d37576e763704baaca6b83d74db;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/simplCore/Makefile b/ghc/compiler/tests/simplCore/Makefile deleted file mode 100644 index ee2596f..0000000 --- a/ghc/compiler/tests/simplCore/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -TOP = ../../.. -include $(TOP)/mk/boilerplate.mk - -HS_SRCS = $(wildcard *.hs) - -SRC_RUNTEST_OPTS += -accept-output -o1 $*.stdout -o2 $*.stderr -x 0 -HC_OPTS += -noC -O -ddump-simpl -dcore-lint - -%.o : %.hs - -%.o : %.hs - $(RUNTEST) $(HC) $(RUNTEST_OPTS) $(HC_OPTS) -c $< -o $@ -osuf $(subst .,,$(suffix $@)) - -all :: $(HS_OBJS) - -include $(TOP)/mk/target.mk