update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / boost-test-suite / DESCR
1 This package provides a simple framework for testing Boost
2 (http://www.boost.org/).  Once installed, the entire Boost test suite
3 may be run as follows, ideally on a regular basis.
4
5    PREFIX/sbin/boost-test-suite
6    PREFIX/sbin/boost-test-suite -p      # run unpatched tests
7
8 This script takes care of downloading the necessary Boost test script
9 and running it with parameters appropriate for simple testing
10 applications.  It may, however, be configured for more advanced uses.
11 The testing process and requirements are described in greater detail
12 at the following site:
13
14    http://www.boost.org/development/running_regression_tests.html
15
16 Note that the Boost test framework requires a network connection, as
17 it updates the local copy of Boost with the most current version prior
18 to running the tests and then uploads the results, which are
19 summarized here.
20
21    http://www.boost.org/development/tests/trunk/developer/summary.html
22
23 It is important that the test suite is run regularly as it helps
24 ensure that the pkgsrc packages are correct.