comparison src/Makefile @ 12788:cb9b2774f21f v8.0.1271

patch 8.0.1271: still too many old style tests commit https://github.com/vim/vim/commit/fb094e14c19337de824d4e6710ca6a2617930ab0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 5 20:59:28 2017 +0100 patch 8.0.1271: 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 #2290)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Nov 2017 21:00:04 +0100
parents 8984342ab09e
children 218102da5226
comparison
equal deleted inserted replaced
12787:65546ba95150 12788:cb9b2774f21f
2092 $(VALGRIND) ./$(MESSAGE_TEST_TARGET) || exit 1; echo $* passed; 2092 $(VALGRIND) ./$(MESSAGE_TEST_TARGET) || exit 1; echo $* passed;
2093 2093
2094 # Run individual OLD style test. 2094 # Run individual OLD style test.
2095 # These do not depend on the executable, compile it when needed. 2095 # These do not depend on the executable, compile it when needed.
2096 test1 \ 2096 test1 \
2097 test_changelist \
2098 test_close_count \ 2097 test_close_count \
2099 test_erasebackword \ 2098 test_erasebackword \
2100 test_eval \ 2099 test_eval \
2101 test_fixeol \ 2100 test_fixeol \
2102 test_insertcount \
2103 test_listchars \ 2101 test_listchars \
2104 test_search_mbyte \
2105 test_wordcount \ 2102 test_wordcount \
2106 test3 test11 test14 test15 test17 \ 2103 test3 test11 test14 test15 test17 \
2107 test29 test30 test36 test37 test39 \ 2104 test29 test30 test36 test37 test39 \
2108 test42 test44 test48 test49 \ 2105 test42 test44 test48 test49 \
2109 test50 test52 test55 test59 \ 2106 test50 test52 test59 \
2110 test64 test68 test69 \ 2107 test64 test68 test69 \
2111 test70 test72 test73 \ 2108 test70 test72 test73 \
2112 test85 test86 test87 test88 \ 2109 test85 test86 test87 test88 \
2113 test94 test95 test99 test108: 2110 test94 test95 test99 test108:
2114 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 2111 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
2198 test_langmap \ 2195 test_langmap \
2199 test_largefile \ 2196 test_largefile \
2200 test_let \ 2197 test_let \
2201 test_lineending \ 2198 test_lineending \
2202 test_lispwords \ 2199 test_lispwords \
2200 test_listdict \
2203 test_listlbr \ 2201 test_listlbr \
2204 test_listlbr_utf8 \ 2202 test_listlbr_utf8 \
2205 test_lua \ 2203 test_lua \
2206 test_makeencoding \ 2204 test_makeencoding \
2207 test_man \ 2205 test_man \