alepez / vim-gtest

Vim plugin to quickly select and run GoogleTest asyncronously.
64 stars 12 forks source link

Select tests in current buffer #3

Closed alepez closed 9 months ago

alepez commented 8 years ago

Create a command GTestRunBuf which find all tests TEST( and TEST_F( in current buffer and run them.