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

John Criswell criswell at cs.uiuc.edu
Fri May 13 12:48:33 PDT 2005



Changes in directory llvm/docs:

TestingGuide.html updated: 1.25 -> 1.26
---
Log message:

Minor corrections and clarifications.


---
Diffs of the changes:  (+6 -6)

 TestingGuide.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.25 llvm/docs/TestingGuide.html:1.26
--- llvm/docs/TestingGuide.html:1.25	Thu Mar 10 16:51:59 2005
+++ llvm/docs/TestingGuide.html	Fri May 13 14:48:07 2005
@@ -396,8 +396,8 @@
 tests. By default, it will run all of these tests.</p>
 
 <p>To run only the DejaGNU driven tests, run <tt>gmake</tt> at the
-command line in llvm/tests.  To run a specific directory of tests, use the
-TESTSUITE variable.
+command line in <tt>llvm/test</tt>.  To run a specific directory of tests, use
+the TESTSUITE variable.
 </p>
 
 <p>For example, to run the Regression tests, type 
@@ -422,7 +422,7 @@
     properly configured.</li>
     <li>Use the <tt>configure</tt> script found in the <tt>llvm-test</tt> source
     directory:<br/>
-    <tt>$BUILD_SRC_DIR/configure --with-llvmsrc=$LLVM_SRC_ROOT --with-llvmobj=$LLVM_OBJ_ROOT</tt>
+    <tt>$LLVM_SRC_ROOT/projects/llvm-test/configure --with-llvmsrc=$LLVM_SRC_ROOT --with-llvmobj=$LLVM_OBJ_ROOT</tt>
     </li>
   </ol>
   <li>gmake</li>
@@ -450,7 +450,7 @@
 the result for such tests will be XFAIL (eXpected FAILure).  In this way, you
 can tell the difference between an expected and unexpected failure.</p>
 
-<p>The tests in <tt>llvm-test</tt> have no such feature as of this time. If the
+<p>The tests in <tt>llvm-test</tt> have no such feature at this time. If the
 test passes, only warnings and other miscellaneous output will be generated.  If
 a test fails, a large <program> FAILED message will be displayed.  This
 will help you separate benign warnings from actual test failures.</p>
@@ -516,9 +516,9 @@
   <a href="http://validator.w3.org/check/referer"><img
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
-  John T. Criswell<br>
+  John T. Criswell, Reid Spencer, and Tanya Lattner<br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br/>
-  Last modified: $Date: 2005/03/10 22:51:59 $
+  Last modified: $Date: 2005/05/13 19:48:07 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list