/make-test

Executes your test with make test FILE=<file>:<line>

Primary LanguageVim Script

Make Test for Vim

Executes your test with make test FILE=<file>:<line>.

Installation:

Plug 'shiroyasha/make-test'

Configuration:

" make-test

nmap <silent> <leader>t :MakeTestFileLine<CR>
nmap <silent> <leader>T :MakeTestFile<CR>

With the above configuration:

  • Leader+t executes make test FILE=<file>:<line>
  • Leader+T executes make test FILE=<file>