aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/llfio-run-tests/vcpkg.json
blob: 32c0cf4a2ef17cd0cd031620ddbd33003c9ef36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "llfio-run-tests",
  "version-string": "0",
  "port-version": 1,
  "description": "Ensures that LLFIO built with vcpkg version of dependencies produces working executables.",
  "supports": "x64",
  "dependencies": [
    {
      "name": "llfio",
      "features": [
        "run-tests"
      ]
    },
    {
      "name": "llfio",
      "features": [
        "run-tests",
        "status-code"
      ]
    }
  ]
}