From 0c8a9a1ae806af948bab0e5b7a01a7515506c851 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 13 May 2005 20:25:49 +0000 Subject: More typo and wording fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21974 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'docs/TestingGuide.html') diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 2dd66d3..d2c3bd0 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -112,13 +112,17 @@ or
 % gmake check
 
-

To run only a subdirectory of tests in llvm/test using DejaGNU (ie. Regression/Transforms). Just substitute the path to the subdirectory:

+ +

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 llvm/test):

 % gmake -C llvm/test TESTSUITE=Regression/Transforms
 
-

Note: If you are running the tests with objdir != subdir you must -have run the complete testsuite before you can specify a subdirectory.

+

Note: If you are running the tests with objdir != subdir, you +must have run the complete testsuite before you can specify a +subdirectory.

To run the comprehensive test suite (tests that compile and execute whole programs), run the llvm-test tests:

@@ -141,8 +145,8 @@ programs), run the llvm-test tests:

The LLVM test suite contains two major categories of tests: code fragments and whole programs. Code fragments are in the llvm module -under the directory under the llvm/test directory. The whole programs -test suite are in the llvm-test module under the main directory.

+under the llvm/test directory. The whole programs +test suite is in the llvm-test module under the main directory.

-- cgit v1.1