File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
- VIM_VERSION=installed
26
26
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
27
27
- TEST_PROFILE=vim-profile-installed.txt
28
+ - TEST_PYTHON=python3
28
29
- RUN_VINT=true
29
30
30
31
install :
Original file line number Diff line number Diff line change 25
25
js/test : js/vimlparser.js
26
26
test/run_command.sh node js/vimlparser.js
27
27
28
+ py/test : TEST_PYTHON?=python
28
29
py/test : py/vimlparser.py
29
- test/run_command.sh python py/vimlparser.py
30
+ test/run_command.sh $( TEST_PYTHON ) py/vimlparser.py
30
31
31
32
test/node_position/test_position.out : test/node_position/test_position.vim test/node_position/test_position.ok
32
33
vim -Nu test/vimrc -S test/node_position/test_position.vim
You can’t perform that action at this time.
0 commit comments