summaryrefslogtreecommitdiff
path: root/more
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2003-09-03 23:51:04 +0000
committerBeman Dawes <bdawes@acm.org>2003-09-03 23:51:04 +0000
commit6bbda2049acd0ea90e37f3d92f4062da886b8751 (patch)
tree75eb5aebabd88cd7c83f3d28f9ba6a2730edf43d /more
parentda0078da697cf14049d0824c5a9ce7ca9dc9e0d4 (diff)
downloadboost-6bbda2049acd0ea90e37f3d92f4062da886b8751.tar.gz
Add run_tests.sh link
[SVN r19912]
Diffstat (limited to 'more')
-rw-r--r--more/regression.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/more/regression.html b/more/regression.html
index 789885c002..984bbde711 100644
--- a/more/regression.html
+++ b/more/regression.html
@@ -71,13 +71,17 @@ executables.</p>
href="../tools/build/index.html#Building">building the
boost-root/status/Jamfile libraries</a>.<br>
&nbsp;</li>
- <li><i>process_jam_log</i> and <i>compiler_status</i> - <a
- href="regression.html">Sources and docs</a> are available
+ <li><i>process_jam_log</i> and <i>compiler_status</i> -
+ <a href="../tools/regression/index.htm">Sources and Jamfile</a> are available
for these, too. </li>
</ul>
<h2><a name="Execution">Execution</a></h2>
+<p>A complete shell script, <a href="../tools/regression/run_tests.sh">
+run_test.sh</a>, is available for POSIX systems. For Windows, please read the
+following.</p>
+
<p>These examples assume several environment variables have been
set:</p>
@@ -107,7 +111,6 @@ using the Filesystem Library as an example:</p>
<pre>cd \boost-root\libs\filesystem\test
bjam</pre>
</blockquote>
-<p>For POSIX systems, just change the backslashes to forward slashes.</p>
<p>A full set of tests and status tables can be run thusly
on a Windows system:</p>
@@ -201,7 +204,7 @@ show more of the power of Jam based testing.</p>
requirements. </p>
<ul>
- <li>Doesn't depend on an external toolchain. This requirement
+ <li>Doesn't depend on an external tool chain. This requirement
is met by supplying all tools in the regular <a
href="download.html">Boost distribution</a>, except for a
C++ compiler.</li>
@@ -229,8 +232,8 @@ program by Beman Dawes.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
-s-format="%d %B, %Y" -->20 January, 2003<!--webbot bot="Timestamp"
-i-checksum="38566" endspan --></p>
+s-format="%d %B, %Y" -->03 September, 2003<!--webbot bot="Timestamp"
+i-checksum="39337" endspan --></p>
<p>Original author: <a href="../people/jens_maurer.htm">Jens
Maurer</a><br>