summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-22 14:23:59 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-22 14:23:59 +0200
commit53f0c962394dc6bc66d5b0762af9434e672d1b25 (patch)
treed38aea2f246572279327e24876e4f7760df650de /src/testdir/Make_all.mak
parent6b89dbb55f84c485310c8c9e094dbafe3ecbace6 (diff)
patch 8.0.1209: still too many old style testsv8.0.1209
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2230)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index eb13761d22..d0afdb5614 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -14,14 +14,12 @@ SCRIPTS_FIRST = \
# Tests that run on all systems.
SCRIPTS_ALL = \
test3.out \
- test8.out \
test14.out \
test15.out \
test19.out \
test20.out \
test28.out \
test29.out \
- test34.out \
test36.out \
test37.out \
test38.out \
@@ -44,7 +42,6 @@ SCRIPTS_ALL = \
test95.out \
test99.out \
test108.out \
- test_autoformat_join.out \
test_changelist.out \
test_close_count.out \
test_erasebackword.out \
@@ -72,11 +69,6 @@ SCRIPTS_MORE2 = \
test49.out
-# Tests that run on most systems, but not MingW and Cygwin.
-SCRIPTS_MORE3 = \
- test54.out
-
-
# Tests that run on most systems, but not on VMS
SCRIPTS_MORE4 = \
test17.out \
@@ -187,6 +179,7 @@ NEW_TESTS = test_arabic.res \
test_textobjects.res \
test_undo.res \
test_usercommands.res \
+ test_user_func.res \
test_viminfo.res \
test_vimscript.res \
test_visual.res \