diff src/testdir/Make_all.mak @ 8198:7c21dd028e0f v7.4.1392

commit https://github.com/vim/vim/commit/2cd5bb2505acc001933e97cf788f473f8db60895 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 22 22:05:32 2016 +0100 patch 7.4.1392 Problem: Some tests fail for Win32 console version. Solution: Move the tests to SCRIPTS_MORE2. Pass VIMRUNTIME. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Feb 2016 22:15:03 +0100
parents 93c61501c2cf
children 355652348057
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -15,7 +15,6 @@ SCRIPTS_ALL = \
 	test7.out \
 	test8.out \
 	test9.out \
-	test13.out \
 	test14.out \
 	test15.out \
 	test18.out \
@@ -104,7 +103,6 @@ SCRIPTS_ALL = \
 	test_insertcount.out \
 	test_listchars.out \
 	test_listlbr.out \
-	test_listlbr_utf8.out \
 	test_mapping.out \
 	test_marks.out \
 	test_match_conceal.out \
@@ -135,9 +133,11 @@ SCRIPTS_MORE2 = \
 	test2.out \
 	test10.out \
 	test12.out \
+	test13.out \
 	test25.out \
 	test49.out \
-	test97.out
+	test97.out \
+	test_listlbr_utf8.out
 
 
 # Tests that run on most systems, but not MingW and Cygwin.