On Jun 5, 8:41 pm, Ratko Kovacina <
rkovac...@gmail.com> wrote:
> At the end of every execution you get the total number of tests and test
> cases that were executed.
>
> You could get the number of tests within a test case or overall number
> without executing them by using grep and 'wc -l' (in linux/unix) combined
> with the --gtest_list_tests option.
>
> Ratko.
>