diff options
Diffstat (limited to 'rules/CC/test/RULES')
-rw-r--r-- | rules/CC/test/RULES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/CC/test/RULES b/rules/CC/test/RULES index 601807a..c0e8729 100644 --- a/rules/CC/test/RULES +++ b/rules/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." |