tpotie
tpotie
Hi! Thanks for the response. I ended up trying a few things locally and thanks to your questions, it was able to lead me down a path of getting a...
The namespaces are exclusive to a single file. There can, however, be multiple namespaces in the same file. The macros used are one or a combination of the following (but...
Thanks for the info. Yes if you can provide some help, I would be interested in going down the path of writing a custom vim-test runner :) I have an...
Thanks for the info and the positive exchange :) I ended up putting together a basic setup to get GTest running (it works with `:TestNearest` & `:TestFile` (which actually just...
Hi! I am interested in this as well! Is there any information that can be provided to help?
I ended up putting together a proof of concept which can be found here: https://github.com/Electrobub/vim-test/blob/gtest-cpp-proof-of-concept/autoload/test/cpp/gtest.vim In saying that, the way GTest syntax is done (namespace/suite + testname) on the same...
Hi! Thanks for the reply. Here is a screenshot from vscode 