summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2015-08-18 13:48:54 +0200
committerBram Moolenaar <bram@vim.org>2015-08-18 13:48:54 +0200
commit1744cf495196a790af5140a39ffa12a8d9277c7b (patch)
tree15a0acb5cc8c6f2637b9bbb7d5ea2d00397a6832
parent703b0c52b34e0fbcedc82c331f41dc596bcb5de2 (diff)
downloadvim-1744cf495196a790af5140a39ffa12a8d9277c7b.tar.gz
patch 7.4.827v7.4.827v7-4-827
Problem: Not all test targets are in the Makefile. Solution: Add the missing targets.
-rw-r--r--src/Makefile6
-rw-r--r--src/version.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0082a3bc..03cf2d91 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1902,24 +1902,30 @@ unittest unittests: $(UNITTEST_TARGETS)
test1 \
test_argument_0count \
test_argument_count \
+ test_autocmd_option \
test_autoformat_join \
test_breakindent \
test_changelist \
+ test_charsearch \
test_close_count \
test_command_count \
test_erasebackword \
test_eval \
+ test_fixeol \
+ test_increment \
test_insertcount \
test_listchars \
test_listlbr \
test_listlbr_utf8 \
test_mapping \
test_marks \
+ test_match_conceal \
test_nested_function \
test_options \
test_perl \
test_qf_title \
test_ruby \
+ test_search_mbyte \
test_set \
test_signs \
test_textobjects \
diff --git a/src/version.c b/src/version.c
index d229752a..e4466041 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 827,
+/**/
826,
/**/
825,