vim-gtest icon indicating copy to clipboard operation
vim-gtest copied to clipboard

Vim plugin to quickly select and run GoogleTest asyncronously.

Results 2 vim-gtest issues
Sort by recently updated
recently updated
newest added

Would be interesting to have support for [GUnit](https://github.com/cpp-testing/GUnit)

Hi. and thank you so much for this awesome plugin. I have a suggestion. In [this section](https://github.com/alepez/vim-gtest#switch-files), you said that the default test path is: `test/**/*_test.cpp`. My project currently uses...