blob: 0c40d9d7f4b51fb8ff26f56e7eb9ef9657eb5259 [file] [view]
## Run a single test case
1. Get all test cases by running tests with --gtest_list_tests
1. Parse this data into your GUI
1. Select test cases you want ro run
1. Run test executable with option --gtest_filter=
## Run tests multiple times
bazel test --runs_per_test=10 //...