Boost logo

Boost :

From: Janek Kozicki (janek_listy_at_[hidden])
Date: 2006-12-15 03:28:31


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                                                         |

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk