Re: [Boost-users] [test] running tests by name
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Perepelitsa Roman Sent: Tuesday, July 18, 2006 5:33 AM To: boost-users@lists.boost.org Subject: [Boost-users] [test] running tests by name
Hi,
I have implementation of feature which was requested several times. It allows you to run tests (implemented with the help of boost.tests) by name.
I attached 3 files.
1. filter.hpp should be copied to boost/test/detail. 2. framework.ipp should be copied to boost/test/impl. (after copying files you will probably need to rebuild boost.test) 3. example.cpp contains example of usage.
Me likey. This is what I needed. I'm not going to go the regex way, rather I'll explicitly require test suites, or tests. After all, its reasonable to have one test suite per executable imho, but its quite a lot more common to run a single test from a test suite. Thank you very much! Sohail
participants (1)
-
Sohail Somani