summaryrefslogtreecommitdiffstats
path: root/clang/utils
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-25 12:37:21 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-25 12:37:21 +0000
commit011e3c990592d2730643e93a0cc3bec485733a6b (patch)
treeb1d1177b3b594392b5154e1e799708dd5c5ca1e0 /clang/utils
parent6c6c0e176903febf9dc204b4a91f522b26c3aeae (diff)
downloadbcm5719-llvm-011e3c990592d2730643e93a0cc3bec485733a6b.tar.gz
bcm5719-llvm-011e3c990592d2730643e93a0cc3bec485733a6b.zip
Remove this Makefile, it is unused.
llvm-svn: 77067
Diffstat (limited to 'clang/utils')
-rw-r--r--clang/utils/test/Makefile.multi21
1 files changed, 0 insertions, 21 deletions
diff --git a/clang/utils/test/Makefile.multi b/clang/utils/test/Makefile.multi
deleted file mode 100644
index 3e9cd5669aa..00000000000
--- a/clang/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
OpenPOWER on IntegriCloud