diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 582b9daecfa..7eced1e829d 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -739,33 +739,25 @@ the test code or configure script changes).
Note, when configuring the test-suite module, you might want to
-specify the following configuration options:
+specify the following configuration option:
- - --enable-spec2000
-
- --enable-spec2000=<directory>
-
-
- Enable the use of SPEC2000 when testing LLVM. This is disabled by default
- (unless configure finds SPEC2000 installed). By specifying
- directory, you can tell configure where to find the SPEC2000
- benchmarks. If directory is left unspecified, configure
- uses the default value
- /home/vadve/shared/benchmarks/speccpu2000/benchspec.
-
-
-
- --enable-spec95
-
- --enable-spec95=<directory>
-
-
- Enable the use of SPEC95 when testing LLVM. It is similar to the
- --enable-spec2000 option.
-
-
-
- --enable-povray
-
- --enable-povray=<directory>
-
-
- Enable the use of Povray as an external test. Versions of Povray written
- in C should work. This option is similar to the --enable-spec2000
- option.
+
- --with-externals
+- --with-externals=<directory>
+ This tells LLVM where to find any external tests. They are expected to be
+ in specifically named subdirectories of <
directory>.
+ If
directory is left unspecified,
+
configure uses the default value
+
/home/vadve/shared/benchmarks/speccpu2000/benchspec.
+ Subdirectory names known to LLVM include:
+
+ - spec95
+ - speccpu2000
+ - speccpu2006
+ - povray31
+
+ Others are added from time to time, and can be determined from
+
configure.