From 826c5e8df6463f53f23490a7d961b4743f582355 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 22 Jun 2004 19:06:49 +0000 Subject: [PATCH] link to qmtest-2.0.3 tar file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14331 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index afb441511c3..35255251633 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -54,7 +54,8 @@ required to build LLVM, plus the following:

QMTest
The LLVM test suite uses QMTest to organize and run tests. Note: - you will need QMTest 2.0.3 to be successful. The tests do not run with + you will need QMTest + 2.0.3 (source tar.gz file) to be successful. The tests do not run with any other version.
Python