diff options
-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> |