aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-24 22:22:57 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-24 22:22:57 -0800
commitca62ff014b4a33f9ce6bf5f75786c1b282f48c60 (patch)
tree0998a1401eb93b1764fd05b0b3c6880b522b3a41 /templates
parentc333cc9305f92434af132e7a3c328467faa28bd0 (diff)
Expand gtest suites into individual run_tests tests
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/run_tests/tests.json.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tools/run_tests/tests.json.template b/templates/tools/run_tests/tests.json.template
index 9a84783467..5690874415 100644
--- a/templates/tools/run_tests/tests.json.template
+++ b/templates/tools/run_tests/tests.json.template
@@ -3,11 +3,12 @@
<%!
import json
%>
-
+
${json.dumps([{"name": tgt.name,
"language": tgt.language,
"platforms": tgt.platforms,
"ci_platforms": tgt.ci_platforms,
+ "gtest": tgt.gtest,
"exclude_configs": tgt.get("exclude_configs", []),
"args": [],
"flaky": tgt.flaky,