
Just wondering, what specifically couldn't you find in Boost.Test Docs?
A reference to the BOOST_XXX macros (like CHECK, CHECK_EQUAL, etc.). I finally realized you have to look at the headers, but that doesn't seem like it should be necessary.
http://www.boost.org/libs/test/doc/components/test_tools/reference/index.htm... And you definetly shouldn't look into headers.
Also, I couldn't find a reference for the command line arguments (log_level, etc.).
http://www.boost.org/libs/test/doc/components/unit_test_framework/parameters...
And how different fomat would help?
Having a section on the macros would help. Having a section on the command-line arguments would help. Having a section that tells the best way to link the library in a Boost test program would be nice.
http://www.boost.org/libs/test/doc/compilation.html and here http://www.boost.org/libs/test/doc/usage/generic.html#t3
I could say more, but I would have to look over the docs more.
Dave
HTH, Gennadiy.