blob: 04a5137f39d669f210ce4848da78fbb36ff6a018 [file] [log] [blame]
<%!
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=2)}