[llvm-commits] [llvm] r68051 - /llvm/trunk/docs/TestingGuide.html

John Mosby ojomojo at gmail.com
Mon Mar 30 11:56:53 PDT 2009


Author: jdm
Date: Mon Mar 30 13:56:53 2009
New Revision: 68051

URL: http://llvm.org/viewvc/llvm-project?rev=68051&view=rev
Log:
docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for running test-suite), removed refs to llvm-test

Modified:
    llvm/trunk/docs/TestingGuide.html

Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=68051&r1=68050&r2=68051&view=diff

==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Mon Mar 30 13:56:53 2009
@@ -695,8 +695,7 @@
 
 <p>First, all tests are executed within the LLVM object directory tree.  They
 <i>are not</i> executed inside of the LLVM source tree. This is because the
-test suite creates temporary files during execution. This means you must create
-a build tree separate from the LLVM source tree in which to run the test suite.</p>
+test suite creates temporary files during execution.</p>
 
 <p>To run the test suite, you need to use the following steps:</p>
 
@@ -711,13 +710,10 @@
 % svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite
 </pre>
 </div>
-      <p>This will get the test suite into <tt>llvm/projects/test-suite</tt>.
-         <br>[The Makefiles expect the test suite directory to be named either
-         <tt>test-suite</tt> or <tt>llvm-test</tt>. To be safe, use
-         <tt>test-suite</tt> as in the above svn command line.]</p>
+      <p>This will get the test suite into <tt>llvm/projects/test-suite</tt>.</p>
   </li>
   <li><p>Configure llvm from the top level of each build tree (LLVM object directory tree)
-  in which you want to run the test suite, just like what you do before building LLVM.</p>
+  in which you want to run the test suite, just as you do before building LLVM.</p>
   <p>When running configure, you must either: (1) have <tt>llvm-gcc</tt>
   in your path, or (2) specify the directory where <tt>llvm-gcc</tt> is
   installed using <tt>--with-llvmgccdir=$LLVM_GCC_DIR</tt>.</p>





More information about the llvm-commits mailing list