comparison src/testdir/Make_ming.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 8ba0e158970d
children 16460964c304
comparison
equal deleted inserted replaced
18065:2e037541c5dd 18066:8e10cabcde8a
136 $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $< 136 $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
137 @$(DEL) vimcmd 137 @$(DEL) vimcmd
138 138
139 test_options.res test_alot.res: opt_test.vim 139 test_options.res test_alot.res: opt_test.vim
140 140
141 opt_test.vim: ../option.c gen_opt_test.vim 141 opt_test.vim: ../optiondefs.h gen_opt_test.vim
142 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c 142 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../optiondefs.h