aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests/tests.json.template
blob: 497848084340a220beec0b9bb213b11b78aace4f (plain)
1
2
3
4
5
6
7
8
9
<%!
import json
%>

${json.dumps([{"name": tgt.name, "language": tgt.language}
              for tgt in targets
              if tgt.build == "test" and tgt.name[-5:] == "_test"],
             sort_keys=True, indent=4)}