boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
182 stars 141 forks source link

Respect library-specific _NO_LIB macros. Fixes #339. #406

Closed pdimov closed 10 months ago

raffienficiaud commented 10 months ago

LGTM, @pdimov do you confirm this fixes your issue #339 ?

pdimov commented 10 months ago

Yes, the PR is mine, I tested it locally, and it seems to work.