diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 12:37:21 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 12:37:21 +0000 |
commit | 011e3c990592d2730643e93a0cc3bec485733a6b (patch) | |
tree | b1d1177b3b594392b5154e1e799708dd5c5ca1e0 /clang/utils | |
parent | 6c6c0e176903febf9dc204b4a91f522b26c3aeae (diff) | |
download | bcm5719-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.multi | 21 |
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 |