Where is BOOST_TEST - the universal testing tool
Hi, I read herehttp://boost.2283326.n4.nabble.com/test-BOOST-TEST-universal-testing-tool-td...and here http://lists.boost.org/Archives/boost/2013/09/206202.phpabout BOOST_TEST - the universal testing tool. Where can I find it? Is it still not part of the library? Thanks, Adi
Hi Adi, The boost Test library is included since version 1.21.0 . The newest documentation can be found here: http://www.boost.org/doc/libs/1_55_0/libs/test/doc/html/index.html hth, Philip ________________________________ Von: Boost-users [boost-users-bounces@lists.boost.org]" im Auftrag von "Adi Shavit [adishavit@gmail.com] Gesendet: Mittwoch, 29. Januar 2014 10:17 An: boost-users@lists.boost.org Betreff: [Boost-users] Where is BOOST_TEST - the universal testing tool Hi, I read herehttp://boost.2283326.n4.nabble.com/test-BOOST-TEST-universal-testing-tool-td... and herehttp://lists.boost.org/Archives/boost/2013/09/206202.php about BOOST_TEST - the universal testing tool. Where can I find it? Is it still not part of the library? Thanks, Adi
[Please do not mail me a copy of your followup]
boost-users@lists.boost.org spake the secret code
The newest documentation can be found here: http://www.boost.org/doc/libs/1_55_0/libs/test/doc/html/index.html
Improved documentation can be found here: http://user.xmission.com/~legalize/tmp/boost.test/libs/test/doc/html/index.h... -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com
On 2/19/14 2:11 PM, Richard wrote:
[Please do not mail me a copy of your followup]
boost-users@lists.boost.org spake the secret code
thusly: The newest documentation can be found here: http://www.boost.org/doc/libs/1_55_0/libs/test/doc/html/index.html
Improved documentation can be found here: http://user.xmission.com/~legalize/tmp/boost.test/libs/test/doc/html/index.h...
Nice!
On 29 January 2014 09:17, Adi Shavit
Hi,
I read here and here about BOOST_TEST - the universal testing tool.
Where can I find it? Is it still not part of the library?
AFAIK, any release in 1.5x has got it http://www.boost.org/doc/libs/1_55_0/libs/local_function/doc/html/boost_loca... and it is defined here: https://github.com/boostorg/detail/blob/master/include/boost/detail/lightwei... Best regards, -- Mateusz Łoskot, http://mateusz.loskot.net
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.
On Wed, Jan 29, 2014 at 12:18 PM, Mateusz Łoskot
On 29 January 2014 09:17, Adi Shavit
wrote: Hi,
I read here and here about BOOST_TEST - the universal testing tool.
Where can I find it? Is it still not part of the library?
AFAIK, any release in 1.5x has got it
http://www.boost.org/doc/libs/1_55_0/libs/local_function/doc/html/boost_loca...
and it is defined here:
https://github.com/boostorg/detail/blob/master/include/boost/detail/lightwei...
Best regards, -- Mateusz Łoskot, http://mateusz.loskot.net _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On Wed, Jan 29, 2014 at 11:58 AM, Adi Shavit
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.
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.
Thanks! That might be it :-). Do you have a link to the repo/branch/commit ? I couldn't find it? Where can I see these recent discussions? Adi
On Wed, Jan 29, 2014 at 12:47 PM, Adi Shavit
Do you have a link to the repo/branch/commit ? I couldn't find it?
The repositories are now hosted by github, Boost.Test is there: https://github.com/boostorg/test It's part of a super repository: https://github.com/boostorg/boost Check the wiki for more info: https://svn.boost.org
Where can I see these recent discussions?
The same place you found the initial links, in mail archives, but for boost-develop mailing list. Take a look there: http://boost.2283326.n4.nabble.com/Boost-Dev-f2600599.html search for "test" in the subjects and you'll find the recent discussions.
Adi Shavit
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
HI Gennadiy,
Is there some ballpark estimate of when this is expected to be
reviewed/released?
Thanks,
Adi
On Wed, Jan 29, 2014 at 7:56 PM, Gennadiy Rozental
Adi Shavit
writes: 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
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Adi Shavit
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 ;) Gennadiy
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.
I will. Thanks.
If you would be interested to help with this effort, we will be there faster ;)
If time allows I'll take a look at the dev branch and get in touch. --Adi
participants (7)
-
Adi Shavit
-
Gennadiy Rozental
-
Jeff Flinn
-
Klaim - Joël Lamotte
-
legalize+jeeves@mail.xmission.com
-
Mateusz Łoskot
-
Philip.Poloczek@dlr.de