Remove this Makefile, it is unused.

llvm-svn: 77067
This commit is contained in:
Daniel Dunbar 2009-07-25 12:37:21 +00:00
parent 6c6c0e1769
commit 011e3c9905
1 changed files with 0 additions and 21 deletions

View File

@ -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