Problem: Options test does not always test everything.
Solution: Fix dependency for opt_test.vim. Give a message when opt_test.vim
was not found.
test60.out: test60.vim
-test_options.res: opt_test.vim
+test_options.res test_alot.res: opt_test.vim
@del vimcmd
opt_test.vim: ../option.c gen_opt_test.vim
- $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term
+ $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term ../option.c
@$(DEL) vimcmd
opt_test.vim: ../option.c gen_opt_test.vim
- $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term
+ $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term ../option.c
@rm vimcmd
opt_test.vim: ../option.c gen_opt_test.vim
- $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term
-
+ $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term ../option.c
\ 'let save_term = &term',
\ ]
-edit option.c
+edit
/#define p_term
let end = line('.')
call add(script, 'let &columns = save_columns')
call add(script, 'let &lines = save_lines')
-call writefile(script, 'testdir/opt_test.vim')
+call writefile(script, 'opt_test.vim')
endif
endfunc
func Test_set_values()
- " The file is only generated when running "make test" in the src directory.
if filereadable('opt_test.vim')
source opt_test.vim
+ else
+ throw 'Skipped: opt_test.vim does not exist'
endif
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 429,
/**/
428,
/**/