mirror of
https://github.com/boostorg/more.git
synced 2026-08-22 13:03:28 +08:00
Bring up-to-date
[SVN r21549]
This commit is contained in:
@@ -54,17 +54,23 @@ status tables</a>.</p>
|
||||
should concentrate on compilation issues so that the status tables
|
||||
accurately reflect the library's likelihood of correct compilation on a
|
||||
platform.</li>
|
||||
<li>If for any reason the usual test policies do not apply to a particular
|
||||
library, an alternate test strategy must be implemented. </li>
|
||||
<li>If for any reason the usual test policies do not apply to a particular
|
||||
library, an alternate test strategy must be implemented.</li>
|
||||
<li>A <a href="regression.html#Adding_new_test">Jamfile</a> to drive the
|
||||
regression tests for the library. </li>
|
||||
</ul>
|
||||
<h3>Optional</h3>
|
||||
<h3>Optional (but highly recommended)</h3>
|
||||
<p>The <a href="../libs/test/index.html">Boost Test Library</a> provides many
|
||||
useful components which ease the construction of test programs.</p>
|
||||
<ul>
|
||||
<li>Use the Boost Test Library for the construction of simple tests.</li>
|
||||
<li>Use the Boost Unit Test Library for the construction of more complex tests
|
||||
<li>Use the library's
|
||||
<a href="../libs/test/doc/components/test_tools/index.html">Test Tools</a> for the construction of simple test
|
||||
programs that do not need much structure.</li>
|
||||
<li>Use the library's
|
||||
<a href="../libs/test/doc/components/unit_test_framework/index.html">Unit Test
|
||||
Framework</a> for the construction of more complex test programs that need to
|
||||
be structured into individual tests
|
||||
and test suites.</li>
|
||||
<li>The Boost Program Execution Library is also available for very simple
|
||||
tests, but the Boost Test Library is much preferred even for very simple
|
||||
tests.</li>
|
||||
</ul>
|
||||
<h2>Suggested Protocol for Fixing Bugs or Adding Features.</h2>
|
||||
<ul>
|
||||
@@ -78,14 +84,11 @@ status tables</a>.</p>
|
||||
something else.</li>
|
||||
</ul>
|
||||
<h2>History</h2>
|
||||
<p>The current regression test program was developed by Jens Maurer in December,
|
||||
2000. The original regression test concept and program, including the automatic
|
||||
generation of HTML compiler status tables, was developed by Beman Dawes in June,
|
||||
2000.</p>
|
||||
<p><a href="regression.html#History">See Regression Test History</a>.</p>
|
||||
<h2>Acknowledgements</h2>
|
||||
<p>Written by Beman Dawes. Jens Maurer, Paul Moore, Gary Powell and Jeremy Siek contributed helpful suggestions.</p>
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->02 October, 2003<!--webbot bot="Timestamp" endspan i-checksum="38549" -->
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->08 January, 2004<!--webbot bot="Timestamp" endspan i-checksum="38708" -->
|
||||
</p>
|
||||
<p>© Copyright Beman Dawes 2001</p>
|
||||
<p> Use, modification, and distribution are subject to the Boost Software
|
||||
|
||||
Reference in New Issue
Block a user