Raffi Enficiaud wrote:
Perfectly fine with me/boost.test. *BUT* I see a lot of internal dependencies on boost.test and it looks to me that some of those libraries are not actively maintained.
Would the CMT be taking care of that? Should the libraries be moved to boost.lightweighttest or should it be a copy of boost.test inside each of the libraries?
Good questions without easy answers. We've been slowly moving
undermaintained libraries to LWT where feasible, but there's still much work
to do. But the options, were Boost.Test to switch to requiring C++11, would
in general be either move to LWT, or drop C++03 in the dependent libraries
as well.
It's a bit more subtle than that though, because some libraries only use
parts of Boost.Test, such as
uuid: