diff options
Diffstat (limited to 'templates/tools/run_tests/tests.json.template')
-rw-r--r-- | templates/tools/run_tests/tests.json.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/tools/run_tests/tests.json.template b/templates/tools/run_tests/tests.json.template index 6d7520bc0f..113eebe4a5 100644 --- a/templates/tools/run_tests/tests.json.template +++ b/templates/tools/run_tests/tests.json.template @@ -4,6 +4,7 @@ import json ${json.dumps([{"name": tgt.name, "language": tgt.language, + "platforms": tgt.get("platforms", ["windows", "posix"]), "flaky": tgt.get("flaky", False)} for tgt in targets if tgt.get('run', True) and tgt.build == 'test'], |