summaryrefslogtreecommitdiffstats
path: root/test cases/rust/13 external c dependencies/test.json
blob: 423581ff6d71f4390594fc6e55766448242c7e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "matrix": {
    "options": {
      "static": [
        { "val": true },
        { "val": false }
      ],
      "method": [
        { "val": "pkg-config" },
        { "val": "cmake" },
        { "val": "system" }
      ]
    },
    "exclude": [
      { "static": true, "method": "pkg-config" }
    ]
  }
}