2021-07-21 01:24:58 +08:00
|
|
|
{
|
|
|
|
"name": "unit-test-cmake",
|
|
|
|
"version-string": "0",
|
|
|
|
"description": "Ensures that the CMake scripts are unit tested.",
|
|
|
|
"supports": "x64",
|
|
|
|
"default-features": [
|
2022-06-30 05:47:44 +08:00
|
|
|
"backup-restore-env-vars",
|
2021-07-21 01:24:58 +08:00
|
|
|
"function-arguments",
|
2022-05-20 10:47:05 +08:00
|
|
|
"host-path-list",
|
2021-07-31 03:57:07 +08:00
|
|
|
"list",
|
2022-05-20 10:47:05 +08:00
|
|
|
"merge-libs",
|
2022-06-30 05:47:44 +08:00
|
|
|
"minimum-required",
|
|
|
|
"setup-pkgconfig-path"
|
2021-07-21 01:24:58 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2022-06-30 05:47:44 +08:00
|
|
|
"backup-restore-env-vars": {
|
|
|
|
"description": "Test the vcpkg_backup/restore_env_vars functions"
|
|
|
|
},
|
2021-07-21 01:24:58 +08:00
|
|
|
"function-arguments": {
|
|
|
|
"description": "Test the z_vcpkg_function_arguments function"
|
|
|
|
},
|
2022-05-20 10:47:05 +08:00
|
|
|
"host-path-list": {
|
|
|
|
"description": "Test the vcpkg_host_path_list function"
|
|
|
|
},
|
2021-07-21 01:24:58 +08:00
|
|
|
"list": {
|
|
|
|
"description": "Test the vcpkg_list function"
|
2021-07-31 03:57:07 +08:00
|
|
|
},
|
2022-02-19 05:54:55 +08:00
|
|
|
"merge-libs": {
|
|
|
|
"description": "Test the z_vcpkg_cmake_config_fixup_merge_lists function",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-07-31 03:57:07 +08:00
|
|
|
"minimum-required": {
|
|
|
|
"description": "Test the vcpkg_minimum_required function"
|
2022-06-30 05:47:44 +08:00
|
|
|
},
|
|
|
|
"setup-pkgconfig-path": {
|
|
|
|
"description": "Test the z_vcpkg_setup/restore_pkgconfig_path functions"
|
2021-07-21 01:24:58 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|