summaryrefslogtreecommitdiff
path: root/CC/test/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-29 12:17:34 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-29 12:17:34 +0200
commitcb9bad3e417b379bde6761a82ba472296232fc7a (patch)
tree608e017dca2e1b2f82f76c1141ef58fe29e2bb56 /CC/test/RULES
parent5d0d60eabe56f5f8b84fe857b6e857d60c0a44c8 (diff)
parent037cc9ef248b1a001683591809c75476784d1bdd (diff)
downloadrules-cc-cb9bad3e417b379bde6761a82ba472296232fc7a.tar.gz
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/test/RULES')
-rw-r--r--CC/test/RULES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CC/test/RULES b/CC/test/RULES
index 601807a..c0e8729 100644
--- a/CC/test/RULES
+++ b/CC/test/RULES
@@ -26,6 +26,7 @@
, "ENV"
, "BUILD_POSITION_INDEPENDENT"
, "TEST_ENV"
+ , "TIMEOUT_SCALE"
, "CC_TEST_LAUNCHER"
, "RUNS_PER_TEST"
, "ARCH_DISPATCH"
@@ -115,6 +116,8 @@
, "ENV": ["The environment for any action generated."]
, "BUILD_POSITION_INDEPENDENT": ["Build with -fPIC."]
, "TEST_ENV": ["The environment for executing the test runner."]
+ , "TIMEOUT_SCALE":
+ ["Factor on how to scale the timeout for this test. Defaults to 1.0."]
, "CC_TEST_LAUNCHER":
[ "List of strings representing the launcher that is prepend to the"
, "command line for running the test binary."