Boost logo

Boost :

Subject: Re: [boost] Number of tests in boost
From: Niklas Angare (li51ckf02_at_[hidden])
Date: 2014-07-11 18:35:32


"Axel Ismirlian" <aismirl_at_[hidden]> 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
 


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk