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 2525 - VIM_VERSION=installed
2626 - MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
2727 - TEST_PROFILE=vim-profile-installed.txt
28+ - TEST_PYTHON=python3
2829 - RUN_VINT=true
2930
3031install :
Original file line number Diff line number Diff line change 2525js/test : js/vimlparser.js
2626 test/run_command.sh node js/vimlparser.js
2727
28+ py/test : TEST_PYTHON?=python
2829py/test : py/vimlparser.py
29- test/run_command.sh python py/vimlparser.py
30+ test/run_command.sh $( TEST_PYTHON ) py/vimlparser.py
3031
3132test/node_position/test_position.out : test/node_position/test_position.vim test/node_position/test_position.ok
3233 vim -Nu test/vimrc -S test/node_position/test_position.vim
You can’t perform that action at this time.
0 commit comments