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 One-Shot test batch strategy #101

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

Conversation

netspiri
Copy link

Adds a new test-batch strategy which takes advantage of Boost.Test's new command-line --run_test format delivered in Boost 1.63. This allows for less invocations of the test module by aggregating tests across multiple test suites into one invocation.

Note that although this feature is enabled, it is currently not used/active since the discoverer needs to properly communicate version information through test properties. This will be (hopefully) delivered in the near future.

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