forked from aniani/vim
patch 8.0.1325: more tests are not run
Problem: More tests are not run. Solution: Add targets to the list of tests. (Yegappan Lakshmanan)
This commit is contained in:
@@ -78,11 +78,13 @@ NEW_TESTS = test_arabic.res \
|
||||
test_cdo.res \
|
||||
test_channel.res \
|
||||
test_charsearch.res \
|
||||
test_charsearch_utf8.res \
|
||||
test_cindent.res \
|
||||
test_clientserver.res \
|
||||
test_close_count.res \
|
||||
test_cmdline.res \
|
||||
test_command_count.res \
|
||||
test_comparators.res \
|
||||
test_crypt.res \
|
||||
test_cscope.res \
|
||||
test_curswant.res \
|
||||
@@ -91,13 +93,18 @@ NEW_TESTS = test_arabic.res \
|
||||
test_display.res \
|
||||
test_edit.res \
|
||||
test_erasebackword.res \
|
||||
test_escaped_glob.res \
|
||||
test_exec_while_if.res \
|
||||
test_exists.res \
|
||||
test_exists_autocmd.res \
|
||||
test_expr_utf8.res \
|
||||
test_farsi.res \
|
||||
test_file_size.res \
|
||||
test_find_complete.res \
|
||||
test_fixeol.res \
|
||||
test_fnameescape.res \
|
||||
test_fold.res \
|
||||
test_getcwd.res \
|
||||
test_getvar.res \
|
||||
test_gf.res \
|
||||
test_gn.res \
|
||||
@@ -115,6 +122,7 @@ NEW_TESTS = test_arabic.res \
|
||||
test_job_fails.res \
|
||||
test_json.res \
|
||||
test_langmap.res \
|
||||
test_largefile.res \
|
||||
test_let.res \
|
||||
test_lineending.res \
|
||||
test_listchars.res \
|
||||
@@ -124,8 +132,10 @@ NEW_TESTS = test_arabic.res \
|
||||
test_lua.res \
|
||||
test_makeencoding.res \
|
||||
test_man.res \
|
||||
test_maparg.res \
|
||||
test_marks.res \
|
||||
test_matchadd_conceal.res \
|
||||
test_matchadd_conceal_utf8.res \
|
||||
test_mksession.res \
|
||||
test_mksession_utf8.res \
|
||||
test_nested_function.res \
|
||||
@@ -136,6 +146,7 @@ NEW_TESTS = test_arabic.res \
|
||||
test_packadd.res \
|
||||
test_paste.res \
|
||||
test_perl.res \
|
||||
test_plus_arg_edit.res \
|
||||
test_preview.res \
|
||||
test_profile.res \
|
||||
test_python2.res \
|
||||
@@ -144,13 +155,17 @@ NEW_TESTS = test_arabic.res \
|
||||
test_pyx3.res \
|
||||
test_quickfix.res \
|
||||
test_quotestar.res \
|
||||
test_retab.res \
|
||||
test_regex_char_classes.res \
|
||||
test_regexp_latin.res \
|
||||
test_regexp_utf8.res \
|
||||
test_registers.res \
|
||||
test_retab.res \
|
||||
test_ruby.res \
|
||||
test_scrollbind.res \
|
||||
test_search.res \
|
||||
test_signs.res \
|
||||
test_smartindent.res \
|
||||
test_source_utf8.res \
|
||||
test_spell.res \
|
||||
test_startup.res \
|
||||
test_startup_utf8.res \
|
||||
@@ -166,8 +181,10 @@ NEW_TESTS = test_arabic.res \
|
||||
test_textformat.res \
|
||||
test_textobjects.res \
|
||||
test_undo.res \
|
||||
test_usercommands.res \
|
||||
test_user_func.res \
|
||||
test_usercommands.res \
|
||||
test_utf8.res \
|
||||
test_utf8_comparisons.res \
|
||||
test_viminfo.res \
|
||||
test_vimscript.res \
|
||||
test_visual.res \
|
||||
|
@@ -771,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1325,
|
||||
/**/
|
||||
1324,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user