Files
FESADev/.harness/config.example.json
T
2026-08-05 01:42:21 +09:00

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"
]
}
}