summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-08-02 00:52:44 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-08-02 00:52:44 +0000
commite3536b89b407a014e82b779972e90987f7f75ac6 (patch)
tree55ad4f85915a7a0c9d0426720a34ae70ccefb0e0 /Makefile
parented56fc363feb42b873873d456e4fd2594e2abb03 (diff)
downloadllvm-e3536b89b407a014e82b779972e90987f7f75ac6.tar.gz
llvm-e3536b89b407a014e82b779972e90987f7f75ac6.tar.bz2
llvm-e3536b89b407a014e82b779972e90987f7f75ac6.tar.xz
tests: Kill off custom targets which were just there for TestRunner.sh.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e93ef605be..d810b5f681 100644
--- a/Makefile
+++ b/Makefile
@@ -195,9 +195,6 @@ endif
check-llvm2cpp:
$(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
-check-one:
- $(Verb)$(MAKE) -C test check-one TESTONE=$(TESTONE)
-
srpm: $(LLVM_OBJ_ROOT)/llvm.spec
rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec