aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-09-20 15:54:36 -0400
committerGravatar ncteisen <ncteisen@gmail.com>2017-09-20 15:54:36 -0400
commit5dda3d3e2229ced8ec05f0d2ba121c42f6e77186 (patch)
tree7dd8de4cfa5bf49678efb9ac68c5cb0a73d23f32 /templates/tools/run_tests
parent128bbc7e80dc51881a9fb39eade77df259b4e938 (diff)
Upate test.json template
Diffstat (limited to 'templates/tools/run_tests')
-rw-r--r--templates/tools/run_tests/generated/tests.json.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/tools/run_tests/generated/tests.json.template b/templates/tools/run_tests/generated/tests.json.template
index 10ab2e445a..9f82824a0a 100644
--- a/templates/tools/run_tests/generated/tests.json.template
+++ b/templates/tools/run_tests/generated/tests.json.template
@@ -9,6 +9,7 @@
"platforms": tgt.platforms,
"ci_platforms": tgt.ci_platforms,
"gtest": tgt.gtest,
+ "benchmark": tgt.get("benchmark", False),
"exclude_configs": tgt.get("exclude_configs", []),
"exclude_iomgrs": tgt.get("exclude_iomgrs", []),
"args": tgt.get("args", []),