diff options
Diffstat (limited to 'rules/CC/test/EXPRESSIONS')
-rw-r--r-- | rules/CC/test/EXPRESSIONS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/CC/test/EXPRESSIONS b/rules/CC/test/EXPRESSIONS index 0c6d797..d80c0ae 100644 --- a/rules/CC/test/EXPRESSIONS +++ b/rules/CC/test/EXPRESSIONS @@ -18,6 +18,7 @@ , "ADD_CXXFLAGS" , "ENV" , "TEST_ENV" + , "TIMEOUT_SCALE" , "CC_TEST_LAUNCHER" , "RUNS_PER_TEST" , "name" @@ -184,6 +185,8 @@ , "$1": ["CC test ", {"type": "var", "name": "test-name"}, " failed"] } + , "timeout scaling": + {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0} , "execution properties": {"type": "var", "name": "target properties"} } @@ -259,6 +262,11 @@ , ")" ] } + , "timeout scaling": + { "type": "var" + , "name": "TIMEOUT_SCALE" + , "default": 1.0 + } , "execution properties": {"type": "var", "name": "target properties"} } |