[llvm-commits] CVS: llvm/docs/TestingGuide.html

LLVM llvm at cs.uiuc.edu
Sun Jun 20 14:29:11 PDT 2004


Changes in directory llvm/docs:

TestingGuide.html updated: 1.8 -> 1.9

---
Log message:

Added a note about requiring QMTest 2.0.3 instead of any other version.


---
Diffs of the changes:  (+4 -2)

Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.8 llvm/docs/TestingGuide.html:1.9
--- llvm/docs/TestingGuide.html:1.8	Sun May 23 16:07:27 2004
+++ llvm/docs/TestingGuide.html	Sun Jun 20 14:21:11 2004
@@ -53,7 +53,9 @@
 
 <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
@@ -379,7 +381,7 @@
 
   John T. Criswell<br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/23 21:07:27 $
+  Last modified: $Date: 2004/06/20 19:21:11 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list