diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-06-22 19:06:49 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-06-22 19:06:49 +0000 |
commit | 826c5e8df6463f53f23490a7d961b4743f582355 (patch) | |
tree | d71eea67e22bfd892abcf3be349fcfa2bbabf18d /docs/TestingGuide.html | |
parent | f05ff33d216cf4716a72da0f3cc7fe9b99174365 (diff) |
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
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r-- | docs/TestingGuide.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index afb441511c..3525525163 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -54,7 +54,8 @@ required to build LLVM, plus the following:</p> <dl> <dt><a href="http://www.qmtest.com">QMTest</A></dt> <dd>The LLVM test suite uses QMTest to organize and run tests. <b>Note: - you will need QMTest 2.0.3 to be successful. The tests do not run with + you will need <a href="http://llvm.cs.uiuc.edu/qm-2.0.3.tar.gz">QMTest + 2.0.3 (source tar.gz file)</a> to be successful. The tests do not run with any other version.</b></dd> <dt><a href="http://www.python.org">Python</A></dt> |