[llvm-commits] CVS: llvm/docs/TestingGuide.html
John Criswell
criswell at cs.uiuc.edu
Fri May 13 13:26:06 PDT 2005
Changes in directory llvm/docs:
TestingGuide.html updated: 1.26 -> 1.27
---
Log message:
More typo and wording fixes.
---
Diffs of the changes: (+10 -6)
TestingGuide.html | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.26 llvm/docs/TestingGuide.html:1.27
--- llvm/docs/TestingGuide.html:1.26 Fri May 13 14:48:07 2005
+++ llvm/docs/TestingGuide.html Fri May 13 15:25:49 2005
@@ -112,13 +112,17 @@
<pre>
% gmake check
</pre>
-<p>To run only a subdirectory of tests in llvm/test using DejaGNU (ie. Regression/Transforms). Just substitute the path to the subdirectory:</p>
+
+<p>To run only a subdirectory of tests in llvm/test using DejaGNU (ie.
+Regression/Transforms), just set the TESTSUITE variable to the path of the
+subdirectory (relative to <tt>llvm/test</tt>):</p>
<pre>
% gmake -C llvm/test TESTSUITE=Regression/Transforms
</pre>
-<p><b>Note: If you are running the tests with <tt>objdir != subdir</tt> you must
-have run the complete testsuite before you can specify a subdirectory.</b></p>
+<p><b>Note: If you are running the tests with <tt>objdir != subdir</tt>, you
+must have run the complete testsuite before you can specify a
+subdirectory.</b></p>
<p>To run the comprehensive test suite (tests that compile and execute whole
programs), run the <tt>llvm-test</tt> tests:</p>
@@ -141,8 +145,8 @@
<p>The LLVM test suite contains two major categories of tests: code
fragments and whole programs. Code fragments are in the <tt>llvm</tt> module
-under the directory under the <tt>llvm/test</tt> directory. The whole programs
-test suite are in the <tt>llvm-test</tt> module under the main directory.</p>
+under the <tt>llvm/test</tt> directory. The whole programs
+test suite is in the <tt>llvm-test</tt> module under the main directory.</p>
</div>
@@ -518,7 +522,7 @@
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/05/13 19:48:07 $
+ Last modified: $Date: 2005/05/13 20:25:49 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list