Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Boost Test Adapter 'red-pill' #102

Open
wants to merge 1 commit into
base: dev15
Choose a base branch
from

Conversation

netspiri
Copy link

Cherry pick of etas/vs-boost-unit-test-adapter@39cd476.

Test executions through the Boost.Test adapter can be noted at runtime by testing for the environment variable BUTA. This allows test modules to adapt their behaviour depending on the runtime environment (e.g. disable tests, emit additional output etc.).

…ironment variable "BUTA" whenever it is executing tests. This is done so as to provide a means to the developer to detect that the unit tests are being executed using boost unit test adapter. This can be useful in a scenario where for example a developer might decide to increase the verbosity level of the logs written to the standard output during the test execution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants