Number of tests in boost

11 Jul
2014
11 Jul
'14
5:26 p.m.
Hello, 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? Sincerely, -Axel

11 Jul
11 Jul
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
3986
Age (days ago)
3986
Last active (days ago)
1 comments
2 participants
participants (2)
-
Axel Ismirlian
-
Niklas Angare