summaryrefslogtreecommitdiff
path: root/docs/TestingGuide.html
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-12-10 01:58:32 +0000
committerDale Johannesen <dalej@apple.com>2008-12-10 01:58:32 +0000
commit80b990204bac9e36d20be1c8e249e39ac0b9f915 (patch)
tree9d26562c20dcdbe061f9a0edd918c52e9ff63523 /docs/TestingGuide.html
parent369e02da1b0f7a183c7d15a5d87a1a2c3db5f45a (diff)
downloadllvm-80b990204bac9e36d20be1c8e249e39ac0b9f915.tar.gz
llvm-80b990204bac9e36d20be1c8e249e39ac0b9f915.tar.bz2
llvm-80b990204bac9e36d20be1c8e249e39ac0b9f915.tar.xz
Rewrite instructions for configuring external tests
to reflect reality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r--docs/TestingGuide.html42
1 files changed, 17 insertions, 25 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 582b9daecf..7eced1e829 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -739,33 +739,25 @@ the test code or configure script changes).</p>
<div class="doc_text">
<p>Note, when configuring the <tt>test-suite</tt> module, you might want to
-specify the following configuration options:</p>
+specify the following configuration option:</p>
<dl>
- <dt><i>--enable-spec2000</i>
- <dt><i>--enable-spec2000=&lt;<tt>directory</tt>&gt;</i>
- <dd>
- Enable the use of SPEC2000 when testing LLVM. This is disabled by default
- (unless <tt>configure</tt> finds SPEC2000 installed). By specifying
- <tt>directory</tt>, you can tell configure where to find the SPEC2000
- benchmarks. If <tt>directory</tt> is left unspecified, <tt>configure</tt>
- uses the default value
- <tt>/home/vadve/shared/benchmarks/speccpu2000/benchspec</tt>.
- <p>
-
- <dt><i>--enable-spec95</i>
- <dt><i>--enable-spec95=&lt;<tt>directory</tt>&gt;</i>
- <dd>
- Enable the use of SPEC95 when testing LLVM. It is similar to the
- <i>--enable-spec2000</i> option.
- <p>
-
- <dt><i>--enable-povray</i>
- <dt><i>--enable-povray=&lt;<tt>directory</tt>&gt;</i>
- <dd>
- Enable the use of Povray as an external test. Versions of Povray written
- in C should work. This option is similar to the <i>--enable-spec2000</i>
- option.
+<dt><i>--with-externals</i></dt>
+<dt><i>--with-externals=&lt;<tt>directory</tt>&gt;</i></dt>
</dl>
+ This tells LLVM where to find any external tests. They are expected to be
+ in specifically named subdirectories of &lt;<tt>directory</tt>&gt;.
+ If <tt>directory</tt> is left unspecified,
+ <tt>configure</tt> uses the default value
+ <tt>/home/vadve/shared/benchmarks/speccpu2000/benchspec</tt>.
+ Subdirectory names known to LLVM include:
+ <dl>
+ <dt>spec95</dt>
+ <dt>speccpu2000</dt>
+ <dt>speccpu2006</dt>
+ <dt>povray31</dt>
+ </dl>
+ Others are added from time to time, and can be determined from
+ <tt>configure</tt>.
</div>
<!-- _______________________________________________________________________ -->