32 lines
601 B
JSON
32 lines
601 B
JSON
{
|
|
"version": 1,
|
|
"projectType": "auto",
|
|
"cmake": {
|
|
"sourceDir": ".",
|
|
"binaryDir": "out/build/windows-debug",
|
|
"configurePreset": "windows-debug",
|
|
"buildPreset": "windows-debug",
|
|
"testPreset": "windows-debug"
|
|
},
|
|
"msbuild": {
|
|
"solution": "MyProject.sln",
|
|
"configuration": "Debug",
|
|
"platform": "x64",
|
|
"testCommand": [
|
|
"build/tests/Debug/MyProjectTests.exe"
|
|
]
|
|
},
|
|
"tdd": {
|
|
"testRoots": [
|
|
"tests"
|
|
],
|
|
"testPatterns": [
|
|
"{stem}_test.cpp",
|
|
"test_{stem}.cpp"
|
|
],
|
|
"exclude": [
|
|
"legacy/generated/**"
|
|
]
|
|
}
|
|
}
|