From 8cba8ba3e026c12a5294a1260dbfea9c0d8fe7eb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 18 Aug 2015 13:48:54 +0200 Subject: patch 7.4.827 Problem: Not all test targets are in the Makefile. Solution: Add the missing targets. --- src/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 0082a3bc12..03cf2d91e2 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 \ -- cgit v1.2.3