The result of self tests are cached and subsequent calls to runSelfTests would rely on the cached results. In this PR, we allow clients to re-run tests by setting a system property.
Testing
CI in personal account
Unit tests and ensured the new code has coverage by looking into coverage report generated in build/cmake-coverage/coverage/results/html
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #7
Expose a way to re-run self tests
The result of self tests are cached and subsequent calls to
runSelfTests
would rely on the cached results. In this PR, we allow clients to re-run tests by setting a system property.Testing
build/cmake-coverage/coverage/results/html
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.