AFAIK, any release in 1.5x has got it
and it is defined here:
https://github.com/boostorg/detail/blob/master/include/boost/detail/lightweight_test.hpp
Best regards,
--
Mateusz Łoskot, http://mateusz.loskot.net
_______________________________________________
Boost-users mailing list
Boost...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Yeah, I saw that, but it seems to be more of an internal thing and not really connected to the full Boost.Test framework as described in the linked messages.
I think you are looking for the version that is currently in the develop branch of the Boost.Test repository. It's not released yet but recent discussions suggest that it's already in a usable state.
Do you have a link to the repo/branch/commit ? I couldn't find it?
Where can I see these recent discussions?
>
> Hi,
> I read here and here about BOOST_TEST - the universal testing tool.
>
>
> Where can I find it?
Other guys gave you the link to develop branch on git server. This is where
you can pick up develop version of Boost.Test, which has this implemented.
> Is it still not part of the library?
Yes. Unfortunately ;(. And we'll need to go through some kind of review
before it is. But ... things looking better on this front now ;)
Gennadiy
Yes. Unfortunately ;(. And we'll need to go through some kind of reviewbefore it is. But ... things looking better on this front now ;)
>
>
> HI Gennadiy,
> Is there some ballpark estimate of when this is expected to
> be reviewed/released?
I just restarted the effort of writing documentation with the help of another
guy. We'll see how fast we can work it out. Hopefully soon. Keep an eye on
updates in dev/users lists.
If you would be interested to help with this effort, we will be there faster
I just restarted the effort of writing documentation with the help of anotherguy. We'll see how fast we can work it out. Hopefully soon. Keep an eye on
updates in dev/users lists.
If you would be interested to help with this effort, we will be there faster
;)