comparison src/testdir/Make_vms.mms @ 16419:aebcd20a8a3f v8.1.1214

patch 8.1.1214: old style tests commit https://github.com/vim/vim/commit/c6b37db1ba704455daa8f9e78bc1c2492fb81f40 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 18:00:34 2019 +0200 patch 8.1.1214: old style tests Problem: Old style tests. Solution: Move tests from test14 to new style test files. (Yegappan Lakshmanan, closes #4308)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 18:15:05 +0200
parents 7a942d92980d
children 6d9461653dc5
comparison
equal deleted inserted replaced
16418:6f2f820a2f95 16419:aebcd20a8a3f
72 VIMPROG = <->vim.exe 72 VIMPROG = <->vim.exe
73 73
74 .SUFFIXES : .out .in 74 .SUFFIXES : .out .in
75 75
76 SCRIPT = test1.out test3.out \ 76 SCRIPT = test1.out test3.out \
77 test14.out \
78 test29.out \ 77 test29.out \
79 test30.out test37.out test39.out \ 78 test30.out test37.out test39.out \
80 test42.out test44.out test48.out test49.out \ 79 test42.out test44.out test48.out test49.out \
81 test64.out test69.out \ 80 test64.out test69.out \
82 test72.out test77a.out test88.out \ 81 test72.out test77a.out test88.out \