![]() |
Home | Libraries | People | FAQ | More |
Macro |
Meaning |
---|---|
When defined, the alternative |
|
When defined, the implementation is compiled as a shared library.
Defining |
|
When defined, an implementation of main is included in the source file. |
|
When defined, it provides the name of the master test suite, otherwise a default name is used. |
|
When defined, no automatic linking is performed. |
|
When defined, no implementation of main is provided in any configuration.
Static and shared libraries must have been built with this symbol
defined for it to take effect when using the library. The test
executable must provide its own implementation of |
When using any of these macros, they must be defined before including any header from Boost.Test.