diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-25 13:01:25 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-25 13:01:25 +0200 |
commit | c1d23ffaeaf60b5fb24f58c0494a86b8085ec222 (patch) | |
tree | 8434cff28d35c28fcdd0ae04d830ccb779d7fca8 | |
parent | 8ace148b25c1cef2a7bab7d630520a1ee1c5e966 (diff) | |
download | rules-cc-c1d23ffaeaf60b5fb24f58c0494a86b8085ec222.tar.gz |
Regenerate documentation
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ A test written in C++ | --------------- | ----------- | | `"TEST_ENV"` | The environment for executing the test runner. | | `"CC_TEST_LAUNCHER"` | List of strings representing the launcher that is prepend to the command line for running the test binary. | +| `"RUNS_PER_TEST"` | The number of times the test should be run in order to detect flakyness. If set, no test action will be taken from cache. | ### Rule `["CC", "defaults"]` |