# HG changeset patch # User Christian Brabandt # Date 1458596705 -3600 # Node ID 92657771648f47ad5d3e326611fcc0fdfa3e5067 # Parent b3e66118e3bcaab7ffdaa1c6fea0422709bd4636 commit https://github.com/vim/vim/commit/6098957458e538682f54e23de217da06200876a3 Author: Bram Moolenaar Date: Mon Mar 21 22:38:34 2016 +0100 patch 7.4.1632 Problem: List of test targets is outdated. Solution: Update to current list of test targets. diff --git a/src/Makefile b/src/Makefile --- a/src/Makefile +++ b/src/Makefile @@ -1972,7 +1972,6 @@ test1 \ test_match_conceal \ test_nested_function \ test_options \ - test_qf_title \ test_ruby \ test_search_mbyte \ test_signs \ @@ -1982,7 +1981,7 @@ test1 \ test_wordcount \ test_writefile \ test2 test3 test4 test5 test6 test7 test8 test9 \ - test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \ + test11 test12 test13 test14 test15 test16 test17 test18 test19 \ test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \ test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \ test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \ @@ -1990,8 +1989,8 @@ test1 \ test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \ test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \ test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \ - test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \ - test100 test101 test102 test103 test104 test105 test106 test107 test108: + test90 test91 test92 test93 test94 test95 test97 test98 test99 \ + test100 test101 test102 test103 test104 test105 test107 test108: cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) # Run individual NEW style test, assuming that Vim was already compiled. @@ -2003,11 +2002,14 @@ test_arglist \ test_channel \ test_cursor_func \ test_delete \ + test_ex_undo \ + test_expr \ test_expand \ test_feedkeys \ test_file_perm \ test_glob2regpat \ test_hardcopy \ + test_help_tagjump \ test_history \ test_increment \ test_join \ @@ -2016,6 +2018,7 @@ test_arglist \ test_lispwords \ test_menu \ test_packadd \ + test_partial \ test_perl \ test_quickfix \ test_reltime \ @@ -2024,11 +2027,13 @@ test_arglist \ test_sort \ test_syn_attr \ test_syntax \ + test_timers \ test_undolevels \ test_unlet \ test_viminfo \ test_viml \ test_visual \ + test_window_id \ test_alot: cd testdir; rm -f $@.res test.log messages; $(MAKE) -f Makefile $@.res VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) @if test -f testdir/test.log; then \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1632, +/**/ 1631, /**/ 1630,