Configure test extension for vscode
This commit is contained in:
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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",
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user