forked from aniani/vim
patch 7.4.1632
Problem: List of test targets is outdated. Solution: Update to current list of test targets.
This commit is contained in:
13
src/Makefile
13
src/Makefile
@@ -1972,7 +1972,6 @@ test1 \
|
|||||||
test_match_conceal \
|
test_match_conceal \
|
||||||
test_nested_function \
|
test_nested_function \
|
||||||
test_options \
|
test_options \
|
||||||
test_qf_title \
|
|
||||||
test_ruby \
|
test_ruby \
|
||||||
test_search_mbyte \
|
test_search_mbyte \
|
||||||
test_signs \
|
test_signs \
|
||||||
@@ -1982,7 +1981,7 @@ test1 \
|
|||||||
test_wordcount \
|
test_wordcount \
|
||||||
test_writefile \
|
test_writefile \
|
||||||
test2 test3 test4 test5 test6 test7 test8 test9 \
|
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 \
|
test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
|
||||||
test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \
|
test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \
|
||||||
test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \
|
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 \
|
test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \
|
||||||
test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
|
test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
|
||||||
test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
|
test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
|
||||||
test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \
|
test90 test91 test92 test93 test94 test95 test97 test98 test99 \
|
||||||
test100 test101 test102 test103 test104 test105 test106 test107 test108:
|
test100 test101 test102 test103 test104 test105 test107 test108:
|
||||||
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
|
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.
|
# Run individual NEW style test, assuming that Vim was already compiled.
|
||||||
@@ -2003,11 +2002,14 @@ test_arglist \
|
|||||||
test_channel \
|
test_channel \
|
||||||
test_cursor_func \
|
test_cursor_func \
|
||||||
test_delete \
|
test_delete \
|
||||||
|
test_ex_undo \
|
||||||
|
test_expr \
|
||||||
test_expand \
|
test_expand \
|
||||||
test_feedkeys \
|
test_feedkeys \
|
||||||
test_file_perm \
|
test_file_perm \
|
||||||
test_glob2regpat \
|
test_glob2regpat \
|
||||||
test_hardcopy \
|
test_hardcopy \
|
||||||
|
test_help_tagjump \
|
||||||
test_history \
|
test_history \
|
||||||
test_increment \
|
test_increment \
|
||||||
test_join \
|
test_join \
|
||||||
@@ -2016,6 +2018,7 @@ test_arglist \
|
|||||||
test_lispwords \
|
test_lispwords \
|
||||||
test_menu \
|
test_menu \
|
||||||
test_packadd \
|
test_packadd \
|
||||||
|
test_partial \
|
||||||
test_perl \
|
test_perl \
|
||||||
test_quickfix \
|
test_quickfix \
|
||||||
test_reltime \
|
test_reltime \
|
||||||
@@ -2024,11 +2027,13 @@ test_arglist \
|
|||||||
test_sort \
|
test_sort \
|
||||||
test_syn_attr \
|
test_syn_attr \
|
||||||
test_syntax \
|
test_syntax \
|
||||||
|
test_timers \
|
||||||
test_undolevels \
|
test_undolevels \
|
||||||
test_unlet \
|
test_unlet \
|
||||||
test_viminfo \
|
test_viminfo \
|
||||||
test_viml \
|
test_viml \
|
||||||
test_visual \
|
test_visual \
|
||||||
|
test_window_id \
|
||||||
test_alot:
|
test_alot:
|
||||||
cd testdir; rm -f $@.res test.log messages; $(MAKE) -f Makefile $@.res VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
|
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 \
|
@if test -f testdir/test.log; then \
|
||||||
|
@@ -748,6 +748,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1632,
|
||||||
/**/
|
/**/
|
||||||
1631,
|
1631,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user