Add run_tests.sh link

[SVN r19912]
This commit is contained in:
Beman Dawes 2003-09-03 23:51:04 +00:00
parent da0078da69
commit 6bbda2049a

View file

@ -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>