17 lines
696 B
JSON
17 lines
696 B
JSON
{
|
|
"unityExplorer.testSourceFileRegex": "\\w+_test.c",
|
|
"unityExplorer.testCaseRegex": "void\\s+(test_.*)\\s*\\(.*\\)",
|
|
"unityExplorer.testExecutableRegex": "build/exe/$1.exe",
|
|
"unityExplorer.testSourceFolder": "test",
|
|
"unityExplorer.testBuildApplication": "ninja",
|
|
"unityExplorer.testBuildCwdPath": "build",
|
|
// "unityExplorer.unitUnderTestFolder": "cmd_parser",
|
|
"unityExplorer.unitUnderTestFileRegex": "\\w+\\.[ch]",
|
|
"unityExplorer.prettyTestCaseRegex": "test_(\\w+)",
|
|
"unityExplorer.prettyTestFileRegex": "(\\w+)_test\\.c",
|
|
"unityExplorer.debugConfiguration": "Unity Test Explorer Debug",
|
|
"files.associations": {
|
|
"main.h": "c"
|
|
},
|
|
|
|
} |