diff options
Diffstat (limited to 'test/TARGETS')
-rw-r--r-- | test/TARGETS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/TARGETS b/test/TARGETS index 79ad3519..3f572f53 100644 --- a/test/TARGETS +++ b/test/TARGETS @@ -20,6 +20,14 @@ , "arguments_config": ["OS", "ARCH"] , "os": [{"type": "var", "name": "OS", "default": "linux"}] , "arch": [{"type": "var", "name": "ARCH", "default": "x86_64"}] + , "target_arch": + [ { "type": "var" + , "name": "TARGET_ARCH" + , "default": {"type": "var", "name": "ARCH", "default": "x86_64"} + } + ] + , "compiler_family": + [{"type": "var", "name": "COMPILER_FAMILY", "default": "clang"}] , "target": ["TESTS"] } , "bootstrap-test": |