mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 17:57:49 +08:00
a5a70c7c3e
* fix vcpkg_minimum_required drive-by scripts audit * initial unit tests * finish unit tests
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"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": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|