Skip to content

Commit

Permalink
Make sure VSCode TestMate finds our unit test executables
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 26, 2024
1 parent 2235515 commit dfa46d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@

// Use system installation of clangd
"clangd.path": "clangd",

// Make sure TestMate finds our unit test executables
"testMate.cpp.test.executables": "{build,Build,BUILD,out,Out,OUT}/**/*{test,Test,TEST}*"
}

0 comments on commit dfa46d1

Please sign in to comment.