comparison src/Makefile @ 11603:4e66689bced6 v8.0.0684

patch 8.0.0684: old style tests are not nice commit https://github.com/vim/vim/commit/28b238225ae618f63cfe5d3d723120960a941da7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 27 18:29:17 2017 +0200 patch 8.0.0684: old style tests are not nice Problem: Old style tests are not nice. Solution: Turn two tests into new style. (pschuh, closes https://github.com/vim/vim/issues/1797)
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Jun 2017 18:30:03 +0200
parents 7798e9bcdb13
children b8299e742f41
comparison
equal deleted inserted replaced
11602:f36644d90543 11603:4e66689bced6
2087 test30 test31 test32 test33 test34 test36 test37 test38 test39 \ 2087 test30 test31 test32 test33 test34 test36 test37 test38 test39 \
2088 test40 test41 test42 test43 test44 test45 test48 test49 \ 2088 test40 test41 test42 test43 test44 test45 test48 test49 \
2089 test50 test51 test52 test53 test54 test55 test56 test57 test59 \ 2089 test50 test51 test52 test53 test54 test55 test56 test57 test59 \
2090 test60 test64 test66 test67 test68 test69 \ 2090 test60 test64 test66 test67 test68 test69 \
2091 test70 test72 test73 test74 test75 test77 test78 test79 \ 2091 test70 test72 test73 test74 test75 test77 test78 test79 \
2092 test80 test82 test83 test84 test85 test86 test87 test88 \ 2092 test80 test83 test84 test85 test86 test87 test88 \
2093 test90 test91 test94 test95 test97 test98 test99 \ 2093 test91 test94 test95 test97 test98 test99 \
2094 test100 test101 test103 test104 test107 test108: 2094 test100 test101 test103 test104 test107 test108:
2095 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 2095 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
2096 2096
2097 # Run individual NEW style test, assuming that Vim was already compiled. 2097 # Run individual NEW style test, assuming that Vim was already compiled.
2098 test_arglist \ 2098 test_arglist \
2205 test_retab \ 2205 test_retab \
2206 test_ruby \ 2206 test_ruby \
2207 test_search \ 2207 test_search \
2208 test_searchpos \ 2208 test_searchpos \
2209 test_set \ 2209 test_set \
2210 test_sha256 \
2210 test_signs \ 2211 test_signs \
2211 test_smartindent \ 2212 test_smartindent \
2212 test_sort \ 2213 test_sort \
2213 test_source_utf8 \ 2214 test_source_utf8 \
2214 test_spell \ 2215 test_spell \
2231 test_true_false \ 2232 test_true_false \
2232 test_undo \ 2233 test_undo \
2233 test_unlet \ 2234 test_unlet \
2234 test_usercommands \ 2235 test_usercommands \
2235 test_utf8 \ 2236 test_utf8 \
2237 test_utf8_comparisons \
2236 test_viminfo \ 2238 test_viminfo \
2237 test_vimscript \ 2239 test_vimscript \
2238 test_visual \ 2240 test_visual \
2239 test_window_cmd \ 2241 test_window_cmd \
2240 test_window_id \ 2242 test_window_id \