summaryrefslogtreecommitdiff
path: root/CC/test/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-29 11:09:53 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-29 12:13:58 +0200
commit037cc9ef248b1a001683591809c75476784d1bdd (patch)
tree9899600e95cbc7af5f64a407f064a8795db9e156 /CC/test/RULES
parentdf57e7ac05e218a910ce56a1a2bff16ccdaaba20 (diff)
downloadrules-cc-037cc9ef248b1a001683591809c75476784d1bdd.tar.gz
["CC/test", "test"]: support TIMEOUT_SCALE
... to allow test actions to have a larger time out, while not changing anything in the build actions (and hence being able to use cache hits from normal build of the library being tested).
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 aa69827..850d242 100644
--- a/CC/test/RULES
+++ b/CC/test/RULES
@@ -23,6 +23,7 @@
, "ADD_CXXFLAGS"
, "ENV"
, "TEST_ENV"
+ , "TIMEOUT_SCALE"
, "CC_TEST_LAUNCHER"
, "RUNS_PER_TEST"
, "ARCH_DISPATCH"
@@ -103,6 +104,8 @@
]
, "ENV": ["The environment for any action generated."]
, "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."