summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-12 21:29:22 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-12 21:29:22 +0200
commit4a6fcf8047de13c7949ab2f27f7774acaec4ae4d (patch)
treec408cb0119bffbc2028c9a026eddbf5aa1212913 /src/testdir/Make_all.mak
parent9202162c5c069c925b6b9bf84e546fbd362cdf46 (diff)
patch 8.0.1186: still quite a few old style testsv8.0.1186
Problem: Still quite a few old style tests. Solution: Convert old to new style tests. (Yegappan Lakshmanan) Avoid ringing the bell while running tests.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index e27ee93466..eb13761d22 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -14,9 +14,6 @@ SCRIPTS_FIRST = \
# Tests that run on all systems.
SCRIPTS_ALL = \
test3.out \
- test4.out \
- test5.out \
- test7.out \
test8.out \
test14.out \
test15.out \
@@ -24,7 +21,6 @@ SCRIPTS_ALL = \
test20.out \
test28.out \
test29.out \
- test31.out \
test34.out \
test36.out \
test37.out \
@@ -36,7 +32,6 @@ SCRIPTS_ALL = \
test45.out \
test48.out \
test55.out \
- test60.out \
test64.out \
test66.out \
test68.out \
@@ -89,7 +84,6 @@ SCRIPTS_MORE4 = \
test32.out \
test59.out \
test72.out \
- test78.out \
test83.out
@@ -125,6 +119,7 @@ NEW_TESTS = test_arabic.res \
test_digraph.res \
test_display.res \
test_edit.res \
+ test_exists.res \
test_farsi.res \
test_file_size.res \
test_fnameescape.res \
@@ -196,6 +191,7 @@ NEW_TESTS = test_arabic.res \
test_vimscript.res \
test_visual.res \
test_winbar.res \
+ test_winbuf_close.res \
test_window_id.res \
test_windows_home.res \
test_writefile.res \
@@ -207,6 +203,4 @@ NEW_TESTS = test_arabic.res \
# Explicit dependencies.
test49.out: test49.vim
-test60.out: test60.vim
-
test_options.res test_alot.res: opt_test.vim