File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 213213 ],
214214 "testPresets" : [
215215 {
216- "name" : " test-Windows-msvc-Debug " ,
217- "description " : " Enable output and stop on failure " ,
216+ "name" : " test-common " ,
217+ "hidden " : true ,
218218 "output" : {
219219 "outputOnFailure" : true
220220 },
221221 "execution" : {
222222 "noTestsAction" : " error" ,
223223 "stopOnFailure" : true
224- },
224+ }
225+ },
226+ {
227+ "name" : " test-Windows-msvc-Debug" ,
228+ "description" : " Enable output and stop on failure" ,
229+ "inherits" : " test-common" ,
225230 "configurePreset" : " Windows-msvc-Debug"
226231 },
227232 {
228233 "name" : " test-Windows-llvm-Debug" ,
229234 "description" : " Enable output and stop on failure" ,
230- "output" : {
231- "outputOnFailure" : true
232- },
233- "execution" : {
234- "noTestsAction" : " error" ,
235- "stopOnFailure" : true
236- },
235+ "inherits" : " test-common" ,
237236 "configurePreset" : " Windows-llvm-Debug"
238237 }
239238 ],
You can’t perform that action at this time.
0 commit comments