[test] defining a macro to ignore tests

boost-uers, I vaguely recall a discussion a while ago regarding support for ignoring tests in boost test, and the conclusion being that its not possible. However, is it as simple as defining a macro such as this? #define BOOST_IGNORE_AUTO_TEST_CASE(test_name) void test_name() If that's the case, it would really be useful to have this in boost test. Cheers Marco -- So young, and already so unknown -- Pauli blog: http://mcraveiro.blogspot.com

Marco Craveiro
boost-uers,
I vaguely recall a discussion a while ago regarding support for ignoring tests in boost test, and the conclusion being that its not possible. However, is it as simple as defining a macro such as this?
This is already available in trunk version through the use of disable decorator. I am about to be able to return to boost.Test development and I plan to finish this release Gennadiy

I am about to be able to return to boost.Test development and I plan to finish this release
Gennadiy
Nice) Please, also look then at #7000 improvement suggestion as you will work at boost.Test. https://svn.boost.org/trac/boost/ticket/7000 Vladimir

Gennadiy,
Sorry to jump on the bandwagon, but I raised a ticket with regards to
benchmarking:
https://svn.boost.org/trac/boost/ticket/7082
We had discussed this in the past, I attached the link too. Let me know
what you think.
Cheers
On 4 July 2012 20:53, Vladimir Merzliakov
I am about to be able to return to boost.Test development and I plan to finish this release
Gennadiy
Nice) Please, also look then at #7000 improvement suggestion as you will work at boost.Test.
https://svn.boost.org/trac/boost/ticket/7000
Vladimir
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- So young, and already so unknown -- Pauli blog: http://mcraveiro.blogspot.com
participants (3)
-
Gennadiy Rozental
-
Marco Craveiro
-
Vladimir Merzliakov