It is difficult to find information on this because of two reasons:
- Boost provides a unit test library. I am not referring to this, but have no means of communicating that to Google
- Building Boost from source involves the custom build system,
b2
. Its help flag does not mention anything about tests.
I would like to know if boost contains any tests for testing itself. For example many excellent open source libraries and applications have make check
or make check-all
or make test
targets, but I cannot try that here because boost does not use make.