diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 10:31:33 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 10:31:33 +0200 |
commit | c4a354c421f88db5e2683dc351d321f8c8749be5 (patch) | |
tree | 05028975a45b75fd9fe667b39c05ba4f6d10dc09 /rules/CC/test | |
parent | 8d361c3444d19fa210aaf9ea26f482bce3b3f16d (diff) | |
parent | b713d5f62fcd223f48565d1a2fda013ab1239c43 (diff) | |
download | rules-cc-c4a354c421f88db5e2683dc351d321f8c8749be5.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/test')
-rw-r--r-- | rules/CC/test/RULES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/CC/test/RULES b/rules/CC/test/RULES index 08c058c..93356aa 100644 --- a/rules/CC/test/RULES +++ b/rules/CC/test/RULES @@ -73,6 +73,16 @@ , "Individual directory components are joined with \"/\"." ] , "data": ["Any files the test binary needs access to when running"] + , "defaults": ["The C/C++ toolchain to use"] + , "runner": + [ "The test runner which starts the actual test binrary after providing" + , "the respective environment. The runner also takes care of capturing" + , "stdout/stderr and timing information." + ] + , "summarizer": + [ "Tool to aggregate the results of individual test runs (for flakyness" + , "detection) to an overall test result." + ] } , "config_doc": { "CC": ["The name of the C compiler to be used."] |