Skip to content

Commit fff341e

Browse files
committed
patch 7.4.1555
Problem: List of test targets incomplete. Solution: Add newly added tests.
1 parent 52f9c19 commit fff341e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/Makefile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ CClink = $(CC)
424424
# NOTE: This may cause threading to be enabled, which has side effects (such
425425
# as using different libraries and debugging becomes more difficult).
426426
# NOTE: Using this together with Perl may cause a crash in initialization.
427-
# For Python3 support make a symbolic link in /usr/local/bin:
427+
# For Python3 support make a symbolic link in /usr/local/bin:
428428
# ln -s python3 python3.1
429429
# If both python2.x and python3.x are enabled then the linking will be via
430430
# dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available
@@ -1997,30 +1997,38 @@ test1 \
19971997
# Run individual NEW style test, assuming that Vim was already compiled.
19981998
test_arglist \
19991999
test_assert \
2000+
test_assign \
20002001
test_backspace_opt \
20012002
test_cdo \
20022003
test_channel \
20032004
test_cursor_func \
20042005
test_delete \
20052006
test_expand \
2007+
test_feedkeys \
2008+
test_file_perm \
20062009
test_glob2regpat \
20072010
test_hardcopy \
2011+
test_history \
20082012
test_increment \
2013+
test_join \
20092014
test_json \
20102015
test_langmap \
20112016
test_lispwords \
20122017
test_menu \
2018+
test_packadd \
20132019
test_perl \
20142020
test_quickfix \
20152021
test_reltime \
20162022
test_searchpos \
20172023
test_set \
20182024
test_sort \
2025+
test_syn_attr \
20192026
test_syntax \
20202027
test_undolevels \
20212028
test_unlet \
20222029
test_viminfo \
20232030
test_viml \
2031+
test_visual \
20242032
test_alot:
20252033
cd testdir; rm -f [email protected] test.log messages; $(MAKE) -f Makefile [email protected] VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
20262034
@if test -f testdir/test.log; then \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,8 @@ static char *(features[]) =
743743

744744
static int included_patches[] =
745745
{ /* Add new patch number below this line */
746+
/**/
747+
1555,
746748
/**/
747749
1554,
748750
/**/

0 commit comments

Comments
 (0)