C++ TestMate (VSCode)
run your Catch2, Google Test and DOCtest tests using the Test Explorer for Visual Studio Code. It also have basic support for Google Benchmark. - Home
see also
Configuration
Just add the list of test executables, to .vscode/settings.json
(or globally in ~/.config/Code/User/settings.json
):
{
"testMate.cpp.test.executables": "**/Test*"
}
Written on June 25, 2021, Last update on September 30, 2022
vscode
test
c++