diff src/Makefile @ 9338:f23feeba7549 v7.4.1951

commit https://github.com/vim/vim/commit/85babd6db65afb0eb06a7a9a0778d692248c5c2b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 21 22:59:28 2016 +0200 patch 7.4.1951 Problem: Ruby test is old style. Solution: Convert to a new style test. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Jun 2016 23:00:07 +0200
parents 8b2d6447fb6a
children 96a248eddf5f
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -1986,7 +1986,6 @@ test1 \
 	test_marks \
 	test_nested_function \
 	test_options \
-	test_ruby \
 	test_search_mbyte \
 	test_signs \
 	test_tagcase \
@@ -2015,6 +2014,7 @@ test_arglist \
 	test_backspace_opt \
 	test_cdo \
 	test_channel \
+	test_cmdline \
 	test_cursor_func \
 	test_delete \
 	test_ex_undo \
@@ -2035,6 +2035,7 @@ test_arglist \
 	test_json \
 	test_langmap \
 	test_lispwords \
+	test_man \
 	test_matchadd_conceal \
 	test_matchadd_conceal_utf8 \
 	test_matchstrpos \
@@ -2047,12 +2048,14 @@ test_arglist \
 	test_regexp_latin \
 	test_regexp_utf8 \
 	test_reltime \
+	test_ruby \
 	test_searchpos \
 	test_set \
 	test_sort \
 	test_statusline \
 	test_syn_attr \
 	test_syntax \
+	test_usercommands \
 	test_tabline \
 	test_tagjump \
 	test_timers \