comparison src/testdir/Make_dos.mak @ 18066:8e10cabcde8a v8.1.2028

patch 8.1.2028: options test script does not work Commit: https://github.com/vim/vim/commit/d9b0d83b13d2691e4544709abd87eac004715175 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 15:46:32 2019 +0200 patch 8.1.2028: options test script does not work Problem: Options test script does not work. Solution: Use optiondefs.h for input.
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 16:00:04 +0200
parents b10ce9e77128
children b1a10a018f83
comparison
equal deleted inserted replaced
18065:2e037541c5dd 18066:8e10cabcde8a
132 $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim 132 $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim
133 @del vimcmd 133 @del vimcmd
134 134
135 test_options.res test_alot.res: opt_test.vim 135 test_options.res test_alot.res: opt_test.vim
136 136
137 opt_test.vim: ../option.c gen_opt_test.vim 137 opt_test.vim: ../optiondefs.h gen_opt_test.vim
138 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c 138 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../optiondefs.h