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

Show how to drive unit tests from the build #7

Open
mwichmann opened this issue Mar 1, 2021 · 0 comments
Open

Show how to drive unit tests from the build #7

mwichmann opened this issue Mar 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mwichmann
Copy link
Contributor

Sometimes a project wants to run tests as part of the build. SCons isn't natively set up to run the generated binaries and evaluate their results. It's possibly better to do this externally - have a separate script to drive the testing, as part of a CI process. But it might be useful to show how to set this up to happen within SCons.

@mwichmann mwichmann added the enhancement New feature or request label Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant