Skip to content

Move a few tests to boost::test solib

Paul Gessinger-Befurt requested to merge boost_test_solib_fix into master

In some tests, the old style where we included the entire boost test framework snuck back in. This MR removes those and uses the shared lib setup.

Merge request reports