X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2FMakefile;fp=ghc%2Fcompiler%2Ftests%2Frename%2FMakefile;h=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=75bb76d742d0ada556c0981f0810fa1229b1279a;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/Makefile b/ghc/compiler/tests/rename/Makefile deleted file mode 100644 index 75bb76d..0000000 --- a/ghc/compiler/tests/rename/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -TOP = ../../.. -include $(TOP)/mk/boilerplate.mk - -HS_SRCS = $(wildcard *.hs) - -SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 0 -HC_OPTS += -noC -ddump-rn -dcore-lint - -#SUBDIRS = bevan-bug-1 - -rn001_HC_OPTS = -x 1 -rn002_HC_OPTS = -x 1 -rn004_HC_OPTS = -x 1 -rn007_HC_OPTS = -x 1 -rn008_HC_OPTS = -x 1 -rn014_HC_OPTS = -x 1 -rn015_HC_OPTS = -x 1 -rn017_HC_OPTS = -hi - -%.o : %.hs - -%.o : %.hs - $(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@ -osuf $(subst .,,$(suffix $@)) - -all :: $(HS_OBJS) - -include $(TOP)/mk/target.mk - -