summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-08 00:01:35 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-08 00:01:35 +0100
commitbb962262eb6b18d93161d7506317d215ae80bfe5 (patch)
tree1fb08a4dbdd955ffc90f158f7a1220cf56e743bc /src/testdir/Make_all.mak
parente8512d7fedbddd8d464b2c589e6ba5ab9a41bc78 (diff)
patch 8.0.0430: options test fails or hangs on MS-Windowsv8.0.0430
Problem: Options test fails or hangs on MS-Windows. Solution: Run it separately instead of part of test_alot. Use "-S" instead of "-u" to run the script. Fix failures.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 53fb829282..a0f0036f3c 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -181,6 +181,7 @@ NEW_TESTS = test_arabic.res \
test_netbeans.res \
test_normal.res \
test_number.res \
+ test_options.res \
test_packadd.res \
test_paste.res \
test_perl.res \