comparison src/testdir/Make_os2.mak @ 7275:4b4ac70f5173 v7.4.943

commit https://github.com/vim/vim/commit/48a969b48898fb08dce636c6b918408c6fbd3ea0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 28 14:29:26 2015 +0100 patch 7.4.943 Problem: Tests are not run. Solution: Add test_writefile to makefiles. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Nov 2015 14:30:04 +0100
parents 6ba7182fb7bd
children 979f8a595326
comparison
equal deleted inserted replaced
7274:1348502cbf8f 7275:4b4ac70f5173
67 test_search_mbyte.out \ 67 test_search_mbyte.out \
68 test_set.out \ 68 test_set.out \
69 test_signs.out \ 69 test_signs.out \
70 test_tagcase.out \ 70 test_tagcase.out \
71 test_textobjects.out \ 71 test_textobjects.out \
72 test_utf8.out 72 test_utf8.out \
73 test_writefile.out
73 74
74 SCRIPTS_BENCH = bench_re_freeze.out 75 SCRIPTS_BENCH = bench_re_freeze.out
75 76
76 .SUFFIXES: .in .out 77 .SUFFIXES: .in .out
77 78