diff options
author | John Criswell <criswell@uiuc.edu> | 2005-05-13 20:25:49 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-05-13 20:25:49 +0000 |
commit | 61617f7843e46308c03c29e9830b96138c86d7cd (patch) | |
tree | c82d99efc54627c9c35374206bdf0d3ef3526611 /llvm/docs/TestingGuide.html | |
parent | 153827b0861100fb9069649a35d694db49d1e331 (diff) | |
download | bcm5719-llvm-61617f7843e46308c03c29e9830b96138c86d7cd.tar.gz bcm5719-llvm-61617f7843e46308c03c29e9830b96138c86d7cd.zip |
More typo and wording fixes.
llvm-svn: 21974
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 2dd66d31c08..d2c3bd06637 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -112,13 +112,17 @@ or<br> <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 @@ programs), run the <tt>llvm-test</tt> tests:</p> <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> |