11 Aug
2005
11 Aug
'05
9:16 a.m.
Hi,
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.
Thanks, it works. Still, autolink doesn'w work? -- Serge