Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: clean up on successful runs and randomise test scheduling (#202)
In the case where we create the test path, we should clean up after the run finishes as done in the Makefile, due to garbage that is left behind by tests and accumulates. While at it, randomise test scheduling in order to increase the likelihood of surfacing latent bugs that are hidden by the execution order.
- Loading branch information