diff options
-rw-r--r-- | tests/test_rules/RULES | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/test_rules/RULES b/tests/test_rules/RULES index 69fe99d..3d2aba5 100644 --- a/tests/test_rules/RULES +++ b/tests/test_rules/RULES @@ -31,7 +31,14 @@ } , "tainted": ["test"] , "config_vars": - ["ENV", "ARCH", "HOST_ARCH", "TARGET_ARCH", "BUILD_ARCH", "OS"] + [ "ENV" + , "ARCH" + , "HOST_ARCH" + , "TARGET_ARCH" + , "BUILD_ARCH" + , "OS" + , "TOOLCHAIN_CONFIG" + ] , "implicit": { "runner": ["test_runner.py"] , "rules": [["@", "test-rules", "", "tree"]] @@ -189,6 +196,7 @@ , "TARGET_ARCH" , "BUILD_ARCH" , "OS" + , "TOOLCHAIN_CONFIG" ] } } |