diff --git a/demo/.vscode/settings.json b/demo/.vscode/settings.json index 9dfc6f2..d82c5c3 100644 --- a/demo/.vscode/settings.json +++ b/demo/.vscode/settings.json @@ -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}*" } \ No newline at end of file