json icon indicating copy to clipboard operation
json copied to clipboard

Use test_suite.hpp from Boost.URL

Open vinniefalco opened this issue 3 years ago • 0 comments

Now that Boost.URL is accepted, Boost.JSON can throw out its older iteration of test_suite.hpp and use the one from URL, which is updated to be almost identical in behavior to Boost lightweight test in terms of diagnostic outputs.

For integration tips look to Boost.Http.Proto: https://github.com/CPPAlliance/http_proto/blob/f795e313bee75ca4310f899375227c23f64e1909/test/unit/Jamfile#L12 and https://github.com/CPPAlliance/http_proto/blob/f795e313bee75ca4310f899375227c23f64e1909/test/unit/CMakeLists.txt#L10 .

vinniefalco avatar Dec 28 '22 15:12 vinniefalco