From dfa46d145f7d5b0924167132fc0e76bb032c5f01 Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Tue, 26 Nov 2024 18:39:49 +0100 Subject: [PATCH] Make sure VSCode TestMate finds our unit test executables --- demo/.vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo/.vscode/settings.json b/demo/.vscode/settings.json index 9dfc6f2d..d82c5c3b 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