]> granicus.if.org Git - vim/commitdiff
patch 7.4.1632 v7.4.1632
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Mar 2016 21:38:34 +0000 (22:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Mar 2016 21:38:34 +0000 (22:38 +0100)
Problem:    List of test targets is outdated.
Solution:   Update to current list of test targets.

src/Makefile
src/version.c

index a52a1f3b820278b711259a79a58562254e415c18..58492660678768f3350632723aa7d113ba775c83 100644 (file)
@@ -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 \
index bc119482b13cebc2eacf19894f24c63ba81b9228..bb75c115ff9f2dc2b9580228618b5b5e2c51413e 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1632,
 /**/
     1631,
 /**/