
18 Feb
2013
18 Feb
'13
10:44 p.m.
Joaquín Mª López Muñoz <joaquin <at> tid.es> writes:
Umm... The problem is this needs lib linking, which I'd like to avoid to keep things as simple as possible. <boost/test/minimal.hpp> does not fit either as it can't be used with multi file tests. I've just migrated to <boost/detail/lightweight_test.hpp>, which is sufficient for my simple needs.
Unit Test framework does not necessarily requires linking. You can use boost/test/included/unit_test.hpp, but it is indeed only for single file test modules. Gennadiy