summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
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/testdir/Make_all.mak
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/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 2ad039ca26..f392451903 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -102,7 +102,6 @@ SCRIPTS_ALL = \
test_erasebackword.out \
test_eval.out \
test_fixeol.out \
- test_increment.out \
test_insertcount.out \
test_listchars.out \
test_listlbr.out \
@@ -174,6 +173,7 @@ SCRIPTS_GUI = test16.out
# Keep test_alot.res as the last one, sort the others.
NEW_TESTS = test_assert.res \
test_cdo.res \
+ test_increment.res \
test_quickfix.res \
test_viml.res \
test_alot.res