summaryrefslogtreecommitdiff
path: root/CC/test
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-21 10:31:33 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-21 10:31:33 +0200
commitb713d5f62fcd223f48565d1a2fda013ab1239c43 (patch)
tree60de54b878f72bb1aad0ae1db957e6ccbb1244ab /CC/test
parente677af4cb380e42b750a85f158fd33e491832489 (diff)
parentb539d47269b7c3592879056f543301d16595d75b (diff)
downloadrules-cc-b713d5f62fcd223f48565d1a2fda013ab1239c43.tar.gz
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/test')
-rw-r--r--CC/test/RULES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CC/test/RULES b/CC/test/RULES
index 08c058c..93356aa 100644
--- a/CC/test/RULES
+++ b/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."]