summaryrefslogtreecommitdiffstats
path: root/test cases/d/5 mixed/test.json
blob: c95d0ca0c811210791fe00d3d339ce0c0f0c8a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "installed": [
    {"type": "exe", "file": "usr/bin/appdc_d"},
    {"type": "pdb", "file": "usr/bin/appdc_d", "language": "d"},
    {"type": "exe", "file": "usr/bin/appdc_s"},
    {"type": "pdb", "file": "usr/bin/appdc_s", "language": "d"},
    {"type": "file", "file": "usr/lib/libstuff.a"},
    {"type": "shared_lib", "platform": "gcc", "file": "usr/lib/stuff"},
    {"type": "shared_lib", "platform": "msvc",  "file": "usr/bin/stuff"},
    {"type": "pdb", "file": "usr/bin/stuff", "language": "c"},
    {"type": "file", "platform": "msvc", "file": "usr/lib/stuff.lib"}
  ]
}