alepez / vim-gtest

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

Feature request: Make test path as variable #22

Open LinArcX opened 4 years ago

LinArcX commented 4 years ago

Hi. and thank you so much for this awesome plugin. I have a suggestion. In this section, you said that the default test path is: test/**/*_test.cpp. My project currently uses this path: test/**/**/*_test.cpp

Is it possible to make it as a variable and user can set it according to his/her needs? Thank you so much again.