diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-06-20 19:21:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-06-20 19:21:11 +0000 |
commit | ec86a7af5282ebd2daf2805fadf2eb0c33cd021a (patch) | |
tree | d892954b10ebca08f6ab2a181d6859b39545d0f9 /docs/TestingGuide.html | |
parent | 3cf519a09ead731ef285fe1dd10675cf316b7d06 (diff) |
Added a note about requiring QMTest 2.0.3 instead of any other version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r-- | docs/TestingGuide.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index ab96ea6b28..afb441511c 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -53,7 +53,9 @@ 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.</dd> + <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 + any other version.</b></dd> <dt><a href="http://www.python.org">Python</A></dt> <dd>You will need a Python interpreter that works with QMTest. Python will |