0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 7.4.827

Problem:    Not all test targets are in the Makefile.
Solution:   Add the missing targets.
This commit is contained in:
Bram Moolenaar
2015-08-18 13:48:54 +02:00
parent 3cfd5289ca
commit 8cba8ba3e0
2 changed files with 8 additions and 0 deletions

View File

@@ -1902,24 +1902,30 @@ unittest unittests: $(UNITTEST_TARGETS)
test1 \ test1 \
test_argument_0count \ test_argument_0count \
test_argument_count \ test_argument_count \
test_autocmd_option \
test_autoformat_join \ test_autoformat_join \
test_breakindent \ test_breakindent \
test_changelist \ test_changelist \
test_charsearch \
test_close_count \ test_close_count \
test_command_count \ test_command_count \
test_erasebackword \ test_erasebackword \
test_eval \ test_eval \
test_fixeol \
test_increment \
test_insertcount \ test_insertcount \
test_listchars \ test_listchars \
test_listlbr \ test_listlbr \
test_listlbr_utf8 \ test_listlbr_utf8 \
test_mapping \ test_mapping \
test_marks \ test_marks \
test_match_conceal \
test_nested_function \ test_nested_function \
test_options \ test_options \
test_perl \ test_perl \
test_qf_title \ test_qf_title \
test_ruby \ test_ruby \
test_search_mbyte \
test_set \ test_set \
test_signs \ test_signs \
test_textobjects \ test_textobjects \

View File

@@ -741,6 +741,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 */
/**/
827,
/**/ /**/
826, 826,
/**/ /**/