modify harness framework

This commit is contained in:
KOKO\Mimi
2026-08-05 01:42:21 +09:00
parent 6646344113
commit 41020d78d8
74 changed files with 2663 additions and 3145 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"version": 1,
"projectType": "auto",
"tdd": {
"testRoots": [
"tests",
"test"
],
"testPatterns": [
"{stem}_test.cpp",
"{stem}_tests.cpp",
"test_{stem}.cpp",
"{stem}.test.cpp"
]
}
}