mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.1.2028: options test script does not work
Problem: Options test script does not work.
Solution: Use optiondefs.h for input.
d9b0d83b13
This commit is contained in:
parent
27fd4f31fd
commit
1a718f4fae
@ -116,6 +116,8 @@ RM_ON_RUN := test.out X* viminfo
|
|||||||
RM_ON_START := test.ok
|
RM_ON_START := test.ok
|
||||||
RUN_VIM := $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE -i viminfo --headless --noplugin -s dotest.in
|
RUN_VIM := $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE -i viminfo --headless --noplugin -s dotest.in
|
||||||
|
|
||||||
|
# Delete files that may interfere with running tests. This includes some files
|
||||||
|
# that may result from working on the tests, not only from running them.
|
||||||
CLEAN_FILES := *.out \
|
CLEAN_FILES := *.out \
|
||||||
*.failed \
|
*.failed \
|
||||||
*.res \
|
*.res \
|
||||||
|
Loading…
Reference in New Issue
Block a user