summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-09 21:08:35 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-09 21:08:35 +0100
commit450919587d4566ce3d17e685e183d5c17d9c2a11 (patch)
tree0c70ce559a5acf4757aa4cbb52bf40f446ef2564 /src/Makefile
parentcfc0a350a9fa04f1b0cfa1ba31fbd2847376513f (diff)
patch 7.4.1072v7.4.1072
Problem: Increment test is old style. Solution: Make the increment test a new style test. (Hirohito Higashi)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 72f0eaaf29..73f8554ead 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1946,7 +1946,6 @@ test1 \
test_erasebackword \
test_eval \
test_fixeol \
- test_increment \
test_insertcount \
test_listchars \
test_listlbr \
@@ -1982,6 +1981,8 @@ test1 \
test_assert \
test_backspace_opt \
test_cdo \
+ test_increment \
+ test_lispwords \
test_menu \
test_quickfix \
test_searchpos \