From 5df95ea9ef34b5a898141ddc7134e4a7de713ba5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 20 Nov 2017 22:08:10 +0100 Subject: 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) --- src/testdir/Make_all.mak | 21 +++++++++++++++++++-- src/version.c | 2 ++ 2 files changed, 21 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 66292224af..d1ff7aab36 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -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 \ diff --git a/src/version.c b/src/version.c index 4f9fc87b17..c90db15898 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1325, /**/ 1324, /**/ -- cgit v1.2.3