26 Oct
2017
26 Oct
'17
4:56 p.m.
Lorenzo Caminiti wrote: ...
(Boost.Contract has *lots* of tests which combined with the many regression toolsets make investigating and marking these failures quite a bit of work).
This isn't markup-related, but given that your tests depend on C++11 lambdas, you probably need to consider adding a requirement for cxx11_lambdas in your test Jamfile, as explained here: http://www.boost.org/doc/libs/1_65_1/libs/config/doc/html/boost_config/build...
What's the best way for me to address this and get my markups to show on develop regression test report?
I've changed the report script per my earlier suggestions, we'll see how it goes. https://github.com/boostorg/regression/commit/b55fda7e5d28ad148dd9014438afa5...