alepez / vim-gtest

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

Add option to print elapsed time for tests #21

Closed ettom closed 4 years ago

ettom commented 4 years ago

Printing the elapsed time of each test is disabled by default and there was no way to easily configure it. This adds the option g:gtest#print_time.

alepez commented 4 years ago

Thank you @ettom!