
21 Oct
2008
21 Oct
'08
3:19 p.m.
dominic ibeme <detroydom <at> yahoo.com> writes:
Hi ..
I've been using the boost unit testing framework and its quite a wonderful
library...
thanks to Gennadiy, however the section on advanced usage wasn't made available in release 1.36. i would really like to know how to perform selective testing i.e executing test with dependencies, i guess this would show up in the future, but i kind of need help on this one.
To specify dependencies test_unit has method "depends_on". Also you can run test by name. It should be covered in docs. Gennadiy