1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/bundle/delimitMate/test
2020-06-13 14:06:35 +08:00
..
_setup.vim Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
autoclose_matchpairs.txt Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
autoclose_matchpairs.vim Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
autoclose_quotes.txt Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
autoclose_quotes.vim Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
eol_marker.vim Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
expand_cr.txt Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
expand_cr.vim Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
expand_space.txt Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
expand_space.vim Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
first_buffer_no_ft.vim Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
Makefile Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
README.md Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00

Automatic test setup

You can use make (or make test from the top level directory) to run the tests.

Manual test setup instructions

The plugins runVimTests and VimTAP are needed to run these tests.

Besides the _setup.vim configuration file present in this repo you need to create a global one and place it in the same dir where the runVimTests executable is located. Assuming the executable is at '~/bin/runVimTests' this global configuration file should be '~/bin/runVimTestsSetup.vim' and should have something like the following lines inside of it:

" Prepend tests repos to &rtp
let &runtimepath = '/path/to/runVimTests_dir,' . &rtp
let &runtimepath = '/path/to/vimTAP_dir,' . &rtp