|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2003-01-17 13:15:05
Ronald Garcia <garcia_at_[hidden]> writes:
> In any case, when I run:
>
> ./compiler_status $BOOST_ROOT doh.html
> Using
> /nfs/magrathea/home/user1/garcia/src/boost/status/bin/constructors.test to
> determine compilers
>
> *** Error: std::runtime_error: boost::filesystem::directory_iterator
> constructor:
> "/nfs/magrathea/home/user1/garcia/src/boost/libs/filesystem/test/bin": No
> such file or directory
>
>
> Is there a way to get this to work without previously running the entire
> boost test suite? I just want to test one library.
For testing one library, forget about report generation.
Just go to status/ and
bjam <test-suite-name>
Or if the library has only one test:
bjam <test-name>
where the test name is probably the basename of the test's .cpp file.
Add the --verbose-test option if you want to see the output of
successful tests.
-- David Abrahams dave_at_[hidden] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk