-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
This is a very useful feature that I've come across in GoogleTest (using the --gtest-shuffle option). The main reason you'd want to shuffle tests is to expose any tests that depend on any other test in any way.
I can't use GoogleTest on the embedded target I am working on because it is too heavy weight. Would this be a difficult feature to add?
I'll try toying with an implementation on my fork and submit a pull request when it is ready.
Thanks.