comparison src/Makefile @ 12750:0b6c09957b43 v8.0.1253

patch 8.0.1253: still too many old style tests commit https://github.com/vim/vim/commit/430dc5d360166ca5bb6a73f2c87ae53e09282ecb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 21:04:47 2017 +0100 patch 8.0.1253: still too many old style tests Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2272)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 21:15:05 +0100
parents 9c1659761fc3
children 8984342ab09e
comparison
equal deleted inserted replaced
12749:8b706a156136 12750:0b6c09957b43
2101 test_fixeol \ 2101 test_fixeol \
2102 test_insertcount \ 2102 test_insertcount \
2103 test_listchars \ 2103 test_listchars \
2104 test_search_mbyte \ 2104 test_search_mbyte \
2105 test_wordcount \ 2105 test_wordcount \
2106 test3 test11 test12 test14 test15 test17 \ 2106 test3 test11 test14 test15 test17 \
2107 test29 test30 test36 test37 test39 \ 2107 test29 test30 test36 test37 test39 \
2108 test40 test42 test44 test45 test48 test49 \ 2108 test42 test44 test48 test49 \
2109 test50 test52 test55 test59 \ 2109 test50 test52 test55 test59 \
2110 test64 test68 test69 \ 2110 test64 test68 test69 \
2111 test70 test72 test73 test77 \ 2111 test70 test72 test73 \
2112 test83 test85 test86 test87 test88 \ 2112 test85 test86 test87 test88 \
2113 test94 test95 test99 test108: 2113 test94 test95 test99 test108:
2114 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 2114 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
2115 2115
2116 # Run individual NEW style test. 2116 # Run individual NEW style test.
2117 # These do not depend on the executable, compile it when needed. 2117 # These do not depend on the executable, compile it when needed.