
11 Mar
2008
11 Mar
'08
7:40 p.m.
Duft Markus <Markus.Duft <at> salomon.at> writes:
I looked into the test program he is trying to link. It has a main() which does some initialization, and the adds some test cases. Should this be changed to be a init_unit_test_suite instead of main? If yes, does this work on all platforms, or is this just a windows thing?
You original test was build for Linux and linked with shared library version of Boost.Test. You can continue using this setup if you prefer. Or you can switch to static library. Or single header variant of Boost.Test. New docs here: parmedia.net/~rogeeff/html/index.html explain how each variant works. Gennadiy