From 650d3b3ed578291c64e09a7d5887576b5b48a229 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 22 Sep 2007 09:20:07 +0000 Subject: Validation fixes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42224 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/TestingGuide.html') diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index af72c84..ab4628a 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -232,7 +232,8 @@ subtrees of the test suite directory tree are as follows:

This directory contains a large array of small tests that exercise various features of LLVM and to ensure that regressions do not occur. The directory is broken into several sub-directories, each focused on - a particular area of LLVM. A few of the important ones are:

Typically when a bug is found in LLVM, a regression test containing just enough code to reproduce the problem should be written and placed somewhere underneath this directory. In most cases, this will be a small @@ -440,7 +441,7 @@ location of these external programs is configured by the llvm-test library, certain names can be accessed with an alternate syntax: a % prefix. These alternates are deprecated and may go away in a future version.

- Here are the available variable names. The alternate syntax is listed in +

Here are the available variable names. The alternate syntax is listed in parentheses.

@@ -452,7 +453,7 @@ location of these external programs is configured by the llvm-test
The source directory from where the "make check" was run.
objdir
-
The object directory that corresponds to the $srcdir.
+
The object directory that corresponds to the $srcdir.
subdir
A partial path from the test directory that contains the -- cgit v1.1