aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests/tests.json.template
blob: bb54489861550794513fabc5e32fd41f1eab39e4 (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.get('run', True) and tgt.build == 'test'],
             sort_keys=True, indent=2)}