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

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