17 lines
242 B
JSON
17 lines
242 B
JSON
{
|
|
"version": 1,
|
|
"projectType": "auto",
|
|
"tdd": {
|
|
"testRoots": [
|
|
"tests",
|
|
"test"
|
|
],
|
|
"testPatterns": [
|
|
"{stem}_test.cpp",
|
|
"{stem}_tests.cpp",
|
|
"test_{stem}.cpp",
|
|
"{stem}.test.cpp"
|
|
]
|
|
}
|
|
}
|