mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
b68c3596e7
And add test for testOutputTruncation being unsupported.
18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
{
|
|
"version": 4,
|
|
"configurePresets": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "default",
|
|
"configurePreset": "default",
|
|
"output": {
|
|
"testOutputTruncation": "tail"
|
|
}
|
|
}
|
|
]
|
|
}
|