From: Daniel Dunbar Date: Sat, 25 Jul 2009 12:37:21 +0000 (+0000) Subject: Remove this Makefile, it is unused. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb8c1194731d824ad5ba1f4ea6b434d77ed72a23;p=clang Remove this Makefile, it is unused. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77067 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/test/Makefile.multi b/utils/test/Makefile.multi deleted file mode 100644 index 3e9cd5669a..0000000000 --- a/utils/test/Makefile.multi +++ /dev/null @@ -1,21 +0,0 @@ -LEVEL = ../../.. -include $(LEVEL)/Makefile.common - -# Test in all immediate subdirectories if unset. -TESTDIRS ?= $(shell echo $(PROJ_SRC_DIR)/*/) - -ifndef TESTARGS -ifdef VERBOSE -TESTARGS = -v -else -TESTARGS = -s -endif -endif - -all:: - @ PATH=$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$$PATH VG=$(VG) ../utils/test/MultiTestRunner.py $(TESTARGS) $(TESTDIRS) - -clean:: - @ rm -rf Output/ - -.PHONY: all report clean