10 Aug
2005
10 Aug
'05
8:13 p.m.
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