diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-02 00:52:44 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-02 00:52:44 +0000 |
commit | e3536b89b407a014e82b779972e90987f7f75ac6 (patch) | |
tree | 55ad4f85915a7a0c9d0426720a34ae70ccefb0e0 /Makefile | |
parent | ed56fc363feb42b873873d456e4fd2594e2abb03 (diff) |
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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |