aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/buildtests_c.sln.template
blob: 9b18c7445dda56a61a646a05019534d5d68b209c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%YAML 1.2
--- |
  <%namespace file="sln_defs.include" import="gen_solution"/>\
  <%
  solution_projects = [
    p for p in vsprojects
    if p.build in ['test', 'tool']
    and p.language == 'c'
    and not p.boringssl
    and not p.zlib
  ]
  %>\
  ${gen_solution(solution_projects, use_dlls='yes')}