
11 Jul
2014
11 Jul
'14
10:35 p.m.
"Axel Ismirlian" <aismirl@us.ibm.com> wrote:
I was wondering whether there is a precise way to count the total number of tests across all libraries? What is the total number of tests in boost?
If you run "b2 --dump-tests" in the status sub-directory it will list all tests applicable to your configuration and then run them. It lists 6776 for me on QNX. The tests for Boost.Build aren't included in that. Running "grep -c '<test-log'" on the xml log for those tests gives 129. Regards, Niklas Angare