When I build and run the unit tests on Mac OS using the make check command the output contains these two summaries (images uploaded below). Why does the testsuite summary initially summarize zero tests and then later only summarize a small number of the unit tests? I checked with another Bitcoin Core Mac OS user and they get similar outputs.
Asked
Active
Viewed 149 times
3
Michael Folkson
- 14,337
- 3
- 11
- 45
1 Answers
3
This is the output for all platforms at the moment, not just MacOS. To paraphrase from sipa on IRC:
- The first summary is bitcoin's own summary: because of some hackery to run unit tests in parallel, it currently shows no tests (even though they are executed).
- The second and third summary are the output from
make checkfor the built-in dependencies,secp256k1andunivaluerespectively.
wumpus
- 311
- 1
- 6

