aboutsummaryrefslogtreecommitdiff
path: root/scripts/test_ports/unit-test-cmake/vcpkg.json
blob: 366d1d7a93fb7c983148954305572925546854cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "unit-test-cmake",
  "version-string": "0",
  "description": "Ensures that the CMake scripts are unit tested.",
  "supports": "x64",
  "default-features": [
    "function-arguments",
    "list",
    "minimum-required"
  ],
  "features": {
    "host-path-list": {
      "description": "Test the vcpkg_host_path_list function"
    },
    "function-arguments": {
      "description": "Test the z_vcpkg_function_arguments function"
    },
    "list": {
      "description": "Test the vcpkg_list function"
    },
    "minimum-required": {
      "description": "Test the vcpkg_minimum_required function"
    }
  }
}