2021-07-20 12:24:58 -05:00
|
|
|
{
|
|
|
|
"name": "unit-test-cmake",
|
2024-06-29 07:21:10 +02:00
|
|
|
"version-string": "ci",
|
2021-07-20 12:24:58 -05:00
|
|
|
"description": "Ensures that the CMake scripts are unit tested.",
|
2023-01-20 03:27:29 +01:00
|
|
|
"license": "MIT",
|
2021-07-20 12:24:58 -05:00
|
|
|
"supports": "x64",
|
|
|
|
"default-features": [
|
2022-06-29 23:47:44 +02:00
|
|
|
"backup-restore-env-vars",
|
2024-06-29 07:21:10 +02:00
|
|
|
"execute-required-process",
|
2023-01-20 03:27:29 +01:00
|
|
|
"fixup-pkgconfig",
|
2024-04-23 21:09:16 +02:00
|
|
|
{
|
|
|
|
"name": "fixup-rpath",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
2021-07-20 12:24:58 -05:00
|
|
|
"function-arguments",
|
2022-05-20 04:47:05 +02:00
|
|
|
"host-path-list",
|
2021-07-30 12:57:07 -07:00
|
|
|
"list",
|
2022-05-20 04:47:05 +02:00
|
|
|
"merge-libs",
|
2022-06-29 23:47:44 +02:00
|
|
|
"minimum-required",
|
|
|
|
"setup-pkgconfig-path"
|
2021-07-20 12:24:58 -05:00
|
|
|
],
|
|
|
|
"features": {
|
2022-06-29 23:47:44 +02:00
|
|
|
"backup-restore-env-vars": {
|
|
|
|
"description": "Test the vcpkg_backup/restore_env_vars functions"
|
|
|
|
},
|
2024-06-29 07:21:10 +02:00
|
|
|
"execute-required-process": {
|
|
|
|
"description": "Test the vcpkg_execute_required_process function"
|
|
|
|
},
|
2023-01-20 03:27:29 +01:00
|
|
|
"fixup-pkgconfig": {
|
|
|
|
"description": "Test the vcpkg_fixup_pkgconfig function"
|
|
|
|
},
|
2024-04-23 21:09:16 +02:00
|
|
|
"fixup-rpath": {
|
|
|
|
"description": "Test the rpath fixup function",
|
|
|
|
"supports": "!windows"
|
|
|
|
},
|
2021-07-20 12:24:58 -05:00
|
|
|
"function-arguments": {
|
|
|
|
"description": "Test the z_vcpkg_function_arguments function"
|
|
|
|
},
|
2022-05-20 04:47:05 +02:00
|
|
|
"host-path-list": {
|
|
|
|
"description": "Test the vcpkg_host_path_list function"
|
|
|
|
},
|
2021-07-20 12:24:58 -05:00
|
|
|
"list": {
|
|
|
|
"description": "Test the vcpkg_list function"
|
2021-07-30 12:57:07 -07:00
|
|
|
},
|
2022-02-18 22:54:55 +01:00
|
|
|
"merge-libs": {
|
|
|
|
"description": "Test the z_vcpkg_cmake_config_fixup_merge_lists function",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-07-30 12:57:07 -07:00
|
|
|
"minimum-required": {
|
|
|
|
"description": "Test the vcpkg_minimum_required function"
|
2022-06-29 23:47:44 +02:00
|
|
|
},
|
|
|
|
"setup-pkgconfig-path": {
|
|
|
|
"description": "Test the z_vcpkg_setup/restore_pkgconfig_path functions"
|
2021-07-20 12:24:58 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|