comparison src/Makefile @ 10940:a479b7064550 v8.0.0359

patch 8.0.0359: 'number' and 'relativenumber' are not properly tested commit https://github.com/vim/vim/commit/dc9a081712ec8c140e6d4909e9f6b03a629d32d3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 18:46:50 2017 +0100 patch 8.0.0359: 'number' and 'relativenumber' are not properly tested Problem: 'number' and 'relativenumber' are not properly tested. Solution: Add tests, change old style to new style tests. (Ozaki Kiichi, closes #1447)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 19:00:05 +0100
parents a0c2c6d51b1a
children e05695e59f6d
comparison
equal deleted inserted replaced
10939:86572a2aab2e 10940:a479b7064550
2080 test30 test31 test32 test33 test34 test36 test37 test38 test39 \ 2080 test30 test31 test32 test33 test34 test36 test37 test38 test39 \
2081 test40 test41 test42 test43 test44 test45 test48 test49 \ 2081 test40 test41 test42 test43 test44 test45 test48 test49 \
2082 test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \ 2082 test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
2083 test60 test64 test65 test66 test67 test68 test69 \ 2083 test60 test64 test65 test66 test67 test68 test69 \
2084 test70 test72 test73 test74 test75 test77 test78 test79 \ 2084 test70 test72 test73 test74 test75 test77 test78 test79 \
2085 test80 test82 test83 test84 test85 test86 test87 test88 test89 \ 2085 test80 test82 test83 test84 test85 test86 test87 test88 \
2086 test90 test91 test94 test95 test97 test98 test99 \ 2086 test90 test91 test94 test95 test97 test98 test99 \
2087 test100 test101 test103 test104 test107 test108: 2087 test100 test101 test103 test104 test107 test108:
2088 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 2088 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
2089 2089
2090 # Run individual NEW style test, assuming that Vim was already compiled. 2090 # Run individual NEW style test, assuming that Vim was already compiled.
2120 test_feedkeys \ 2120 test_feedkeys \
2121 test_file_perm \ 2121 test_file_perm \
2122 test_fileformat \ 2122 test_fileformat \
2123 test_filter_cmd \ 2123 test_filter_cmd \
2124 test_filter_map \ 2124 test_filter_map \
2125 test_findfile \
2125 test_float_func \ 2126 test_float_func \
2126 test_fnameescape \ 2127 test_fnameescape \
2127 test_fnamemodify \ 2128 test_fnamemodify \
2128 test_fold \ 2129 test_fold \
2129 test_ga \ 2130 test_ga \
2162 test_mksession \ 2163 test_mksession \
2163 test_mksession_utf8 \ 2164 test_mksession_utf8 \
2164 test_nested_function \ 2165 test_nested_function \
2165 test_netbeans \ 2166 test_netbeans \
2166 test_normal \ 2167 test_normal \
2168 test_number \
2167 test_options \ 2169 test_options \
2168 test_packadd \ 2170 test_packadd \
2169 test_partial \ 2171 test_partial \
2170 test_paste \ 2172 test_paste \
2171 test_perl \ 2173 test_perl \