vcpkg/scripts/test_ports/unit-test-cmake/vcpkg.json
Kai Pastor 69cd3402c0
[vcpkg_setup_pkgconfig_path] Fix backup/restore (#25361)
* Unit-test vcpkg_backup/restore_env_vars

* Unit-test z_vcpkg_setup/restore_pkgconfig_path

* Fix z_vcpkg_setup_pkgconfig_path env var backup

* Move parent-scoping into vcpkg_backup_env_variables command

* Test repeated restore

* Unset z_vcpkg_backup_env_variables_arg_vars

* Documentation updates

* Inline pkgconfig env vars backup

* Revert obsolete changes

* Fix typo

* Remove duplicate doc file
2022-06-29 14:47:44 -07:00

45 lines
1.1 KiB
JSON

{
"name": "unit-test-cmake",
"version-string": "0",
"description": "Ensures that the CMake scripts are unit tested.",
"supports": "x64",
"default-features": [
"backup-restore-env-vars",
"function-arguments",
"host-path-list",
"list",
"merge-libs",
"minimum-required",
"setup-pkgconfig-path"
],
"features": {
"backup-restore-env-vars": {
"description": "Test the vcpkg_backup/restore_env_vars functions"
},
"function-arguments": {
"description": "Test the z_vcpkg_function_arguments function"
},
"host-path-list": {
"description": "Test the vcpkg_host_path_list function"
},
"list": {
"description": "Test the vcpkg_list function"
},
"merge-libs": {
"description": "Test the z_vcpkg_cmake_config_fixup_merge_lists function",
"dependencies": [
{
"name": "vcpkg-cmake-config",
"host": true
}
]
},
"minimum-required": {
"description": "Test the vcpkg_minimum_required function"
},
"setup-pkgconfig-path": {
"description": "Test the z_vcpkg_setup/restore_pkgconfig_path functions"
}
}
}