summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-02-26 13:27:49 +0000
committerGabor Greif <ggreif@gmail.com>2008-02-26 13:27:49 +0000
commit15140102701809ef788a0ae5aab43df21fd91aaf (patch)
treedfa0a9330f8d456602b24b54d5edf94472398463 /test/Makefile
parent684ed3d98728bb28f675d87b756661008e0ef1e3 (diff)
downloadllvm-15140102701809ef788a0ae5aab43df21fd91aaf.tar.gz
llvm-15140102701809ef788a0ae5aab43df21fd91aaf.tar.bz2
llvm-15140102701809ef788a0ae5aab43df21fd91aaf.tar.xz
unbreak check-one
by supplying a dummy "verbose" procedure git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index bbd7132884..00c5ef268d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -66,6 +66,7 @@ check-one: site.exp $(TCLSH)
echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \
echo "proc xfail { msg } { puts \"XFAIL: \$$msg\" }" ; \
echo "proc xpass { msg } { puts \"XPASS: \$$msg\" }" ; \
+ echo "proc verbose args { }" ; \
echo "source $(LLVM_SRC_ROOT)/test/lib/llvm.exp" ; \
echo "RunLLVMTests $(TESTPATH)" ) | \
( ulimit -t 600 ; ulimit -d 512000 ; \