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 parallel running of tests in ZenMake #40

Open
pustotnik opened this issue Sep 21, 2021 · 0 comments
Open

Add parallel running of tests in ZenMake #40

pustotnik opened this issue Sep 21, 2021 · 0 comments
Labels

Comments

@pustotnik
Copy link
Owner

ZenMake supports building and running project tests: https://zenmake.readthedocs.io/en/latest/tests.html
But ZenMake doesn't support running of these tests in parallel. Actually it is not a big problem because C/C++ testing libraries/frameworks often support running in parallel itself. At least gtest/gmock supports this. But not all testing libraries/frameworks provides parallel/concurrent running of tests by some reasons and ZenMake can compensate it.

@pustotnik pustotnik added type: enhancement New feature or request priority: low labels Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant