From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-08-10 15:13:04


> Another question: there is no prebuild main and test main in unit test
> framework?

There is: unit_test_main.cpp

> Including "boost/test/included/unit_test_framework.hpp" is the only
> possibility?

Include "boost/test/unit_test.hpp". And liink with prebuild library.
Prefered way to build a library is to use a bjam with supplied
Jamfile.

Gennadiy