diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 09:00:00 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 10:29:52 +0200 |
commit | b539d47269b7c3592879056f543301d16595d75b (patch) | |
tree | a8cbae936eef61b6c7b15e29ec878292092790c7 /CC/test | |
parent | 78540814ad421bc02a4f6c7396d81c38c95ef503 (diff) | |
download | rules-cc-b539d47269b7c3592879056f543301d16595d75b.tar.gz |
rules: Add documentation for the implict dependencies
Diffstat (limited to 'CC/test')
-rw-r--r-- | CC/test/RULES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CC/test/RULES b/CC/test/RULES index af413a9..e09d08e 100644 --- a/CC/test/RULES +++ b/CC/test/RULES @@ -70,6 +70,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."] |