[DEV] sort tests by tags
This commit is contained in:
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@@ -79,5 +79,18 @@
|
|||||||
"typeinfo": "cpp",
|
"typeinfo": "cpp",
|
||||||
"variant": "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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
|
|||||||
|
|
||||||
project(raytracing_challenge
|
project(raytracing_challenge
|
||||||
VERSION 0.1
|
VERSION 0.1
|
||||||
DESCRIPTION "Raytracing Challenge in c++"
|
DESCRIPTION "Raytracing Challenge in C++"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_subdirectory(raytracing)
|
add_subdirectory(raytracing)
|
||||||
|
|||||||
Reference in New Issue
Block a user