Skip to content

Commit eb6437a

Browse files
author
John Criswell
committed
Minor fixes.
llvm-svn: 18673
1 parent 13e0bb8 commit eb6437a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

llvm/docs/TestingGuide.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
programs in C and C++ is in the <tt>llvm-test</tt> module. This module should
103103
be checked out to the <tt>llvm/projects</tt> directory. When you
104104
<tt>configure</tt> the <tt>llvm</tt> module, the <tt>llvm-test</tt> module
105-
will be automatically configured. Or you can do it manually.</p>
105+
will be automatically configured. Alternatively, you can configure the <tt>llvm-test</tt> module manually.</p>
106106
<p>To run all of the simple tests in LLVM using DejaGNU, use the master Makefile in the
107107
<tt>llvm/test</tt> directory:</p>
108108
<pre>
@@ -140,7 +140,7 @@
140140
<p>The LLVM test suite contains two major categories of tests: code
141141
fragments and whole programs. Code fragments are in the <tt>llvm</tt> module
142142
under the directory under the <tt>llvm/test</tt> directory. The whole programs
143-
test suite are n the <tt>llvm-test</tt> module under the main directory.</p>
143+
test suite are in the <tt>llvm-test</tt> module under the main directory.</p>
144144

145145
</div>
146146

@@ -251,12 +251,13 @@
251251
<div class="doc_text">
252252
<p>The LLVM test suite is partially driven by DejaGNU and partially
253253
driven by GNU Make. Specifically, the Features and Regression tests
254-
are all driven by DejaGNU. The llvm-test
254+
are all driven by DejaGNU. The <tt>llvm-test</tt>
255255
module is currently driven by a set of Makefiles.</p>
256256

257257
<p>The DejaGNU structure is very simple, but does require some
258-
information to be set. This information is gathered via configure and
259-
is written to a file, <tt>site.exp</tt> in llvm/test. The llvm/test
258+
information to be set. This information is gathered via <tt>configure</tt> and
259+
is written to a file, <tt>site.exp</tt> in <tt>llvm/test</tt>. The
260+
<tt>llvm/test</tt>
260261
Makefile does this work for you.</p>
261262

262263
<p>In order for DejaGNU to work, each directory of tests must have a
@@ -392,7 +393,8 @@
392393
tests. By default, it will run all of these tests.</p>
393394

394395
<p>To run only the DejaGNU driven tests, run <tt>gmake</tt> at the
395-
command line in llvm/tests. To run a specific directory of tests, specify the TESTSUITE.
396+
command line in llvm/tests. To run a specific directory of tests, use the
397+
TESTSUITE variable.
396398
</p>
397399

398400
<p>For example, to run the Regression tests, type

0 commit comments

Comments
 (0)