[DEV] sort tests by tags

This commit is contained in:
NADAL Jean-Baptiste
2024-02-13 18:40:26 +01:00
parent 00b7b49fd1
commit c3d3a85f08
2 changed files with 15 additions and 2 deletions

15
.vscode/settings.json vendored
View File

@@ -79,5 +79,18 @@
"typeinfo": "cpp",
"variant": "cpp"
},
"editor.formatOnSave": true
"editor.formatOnSave": true,
"testMate.cpp.test.advancedExecutables": [
{
"pattern": "{build,Build,BUILD,out,Out,OUT}/**/*{test,Test,TEST}*",
"catch2": {
"testGrouping": {
"groupByExecutable": {
"label": "${filename}",
"groupByTags": true
}
}
}
}
]
}