aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/outcome-run-tests/vcpkg.json
blob: 8a203953af182f663a801b3b324411025caf11a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "outcome-run-tests",
  "version-string": "0",
  "port-version": 1,
  "description": "Ensures that outcome built with vcpkg version of dependencies produces working executables.",
  "supports": "x64",
  "dependencies": [
    {
      "name": "outcome",
      "features": [
        "run-tests"
      ]
    }
  ]
}