alepez / vim-gtest

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

GTestJump should handle common test naming convention #17

Closed mboughaba closed 6 years ago

mboughaba commented 7 years ago

Hi,

The command GTestJump expected test file names to follow this rule

There are multiple naming conventions (I personally use the convention below with no header file for the test itself.

As an enhancement, I suggest to make the rule configurable.

Cheers,