summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-05-13 19:48:07 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-05-13 19:48:07 +0000
commit417cb0aec4136bfac3df47df0f5f8f6a149d9a33 (patch)
tree3f14f2e27aa25b4ba9c374a4864c142340b6954b /llvm/docs/TestingGuide.html
parentf4cfcc48f629888bf1ab4beb2c87b953001f589f (diff)
downloadbcm5719-llvm-417cb0aec4136bfac3df47df0f5f8f6a149d9a33.tar.gz
bcm5719-llvm-417cb0aec4136bfac3df47df0f5f8f6a149d9a33.zip
Minor corrections and clarifications.
llvm-svn: 21961
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r--llvm/docs/TestingGuide.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index ced17745def..2dd66d31c08 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/docs/TestingGuide.html
@@ -396,8 +396,8 @@ test suite creates temporary files during execution.</p>
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 @@ directory to run them.</p>
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 @@ others are features that we haven't added yet (or may never add). In DejaGNU,
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 &lt;program&gt; FAILED message will be displayed. This
will help you separate benign warnings from actual test failures.</p>
@@ -516,7 +516,7 @@ we'll link your page to the global tester page. Thanks!</p>
<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$
</address>
OpenPOWER on IntegriCloud