Note to self: 

Tested with boost 1.38 and the bug remains.  Need to test with latest Boost
release (currently 1.39).

st...@riemann{boost}cat boost-test-auto-main.cc
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>

BOOST_AUTO_TEST_CASE( dummy )
{
    BOOST_ASSERT(1);
}

st...@riemann{boost}g++ boost-test-auto-main.cc -lboost_unit_test_framework-mt 
-static
st...@riemann{boost}./a.out --help
Running 1 test case...

*** No errors detected
st...@riemann{boost}


Attachment: signature.asc
Description: Digital signature

Reply via email to