
Gennadiy Rozental said: (by the date of Thu, 14 Dec 2006 23:22:52 -0500)
Which is the default? If I just compile against the Boost.Test headers will it work, or do I need to set some #define?
There is no default. You could use either of them. It all depends on what header you are including
Test module with #include <boost/test/unit_test.hpp>
Will need an offline library
The same test module but with #include <boost/test/included/unit_test.hpp>
won't need an offline library.
Uh, yesterday I've read some part of the docs and I haven't seen this information mentioned there. Is is there, where? Maybe I have missed it. Also I really miss a reference. Currently the only way to learn about Boost.Test interface is to search through examples. How do I know if examples cover all commands provided by Boost.Test ? For example http://boost-consulting.com/boost/libs/test/doc/usage/generic.html says: "It's really easy to switch to automatic registration." But there is not a signle word how to do this ,,easy'' task. -- Janek Kozicki |