summaryrefslogtreecommitdiff
path: root/test cases/rust/2 sharedlib/test.json
blob: 11c7f9dbef13ccee7474fc6a3c27dee14c4bf2c7 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "installed": [
    {"type": "exe", "file": "usr/bin/prog"},
    {"type": "pdb", "file": "usr/bin/prog"},
    {"type": "shared_lib", "platform": "gcc", "file": "usr/lib/stuff"},
    {"type": "file", "platform": "msvc", "file": "usr/bin/stuff.dll"},
    {"type": "pdb", "file": "usr/bin/stuff"},
    {"type": "file", "platform": "msvc", "file": "usr/lib/stuff.dll.lib"}
  ]
}