Ronald Garcia <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost