summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-23 18:46:50 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-23 18:46:50 +0100
commitdc9a081712ec8c140e6d4909e9f6b03a629d32d3 (patch)
treed04acf3be59a72a8ea9ef2ad32d0df8643787131 /src/testdir/Make_all.mak
parent60629d642541a089c322e65963c0a77e5f77eb79 (diff)
patch 8.0.0359: 'number' and 'relativenumber' are not properly testedv8.0.0359
Problem: 'number' and 'relativenumber' are not properly tested. Solution: Add tests, change old style to new style tests. (Ozaki Kiichi, closes #1447)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 3ff7247c3c..b0441f7395 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -117,8 +117,7 @@ SCRIPTS_MORE4 = \
test59.out \
test72.out \
test78.out \
- test83.out \
- test89.out
+ test83.out
# Tests specifically for MS-Windows.
@@ -174,6 +173,7 @@ NEW_TESTS = test_arglist.res \
test_nested_function.res \
test_netbeans.res \
test_normal.res \
+ test_number.res \
test_packadd.res \
test_paste.res \
test_perl.res \