Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
61617f78
Commit
61617f78
authored
19 years ago
by
John Criswell
Browse files
Options
Downloads
Patches
Plain Diff
More typo and wording fixes.
llvm-svn: 21974
parent
153827b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/TestingGuide.html
+9
-5
9 additions, 5 deletions
llvm/docs/TestingGuide.html
with
9 additions
and
5 deletions
llvm/docs/TestingGuide.html
+
9
−
5
View file @
61617f78
...
@@ -112,13 +112,17 @@ or<br>
...
@@ -112,13 +112,17 @@ or<br>
<pre>
<pre>
% gmake check
% gmake check
</pre>
</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>
<pre>
% gmake -C llvm/test TESTSUITE=Regression/Transforms
% gmake -C llvm/test TESTSUITE=Regression/Transforms
</pre>
</pre>
<p><b>
Note: If you are running the tests with
<tt>
objdir != subdir
</tt>
you must
<p><b>
Note: If you are running the tests with
<tt>
objdir != subdir
</tt>
, you
have run the complete testsuite before you can specify a subdirectory.
</b></p>
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
<p>
To run the comprehensive test suite (tests that compile and execute whole
programs), run the
<tt>
llvm-test
</tt>
tests:
</p>
programs), run the
<tt>
llvm-test
</tt>
tests:
</p>
...
@@ -141,8 +145,8 @@ 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
<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
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
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>
test suite
is
in the
<tt>
llvm-test
</tt>
module under the main directory.
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment