comparison src/Makefile @ 18906:bb87c5c1e29b v8.2.0014

patch 8.2.0014: test69 and test95 are old style Commit: https://github.com/vim/vim/commit/afc13bd8271819c7871ff2ae2cfebb22190a0d39 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 16 22:43:31 2019 +0100 patch 8.2.0014: test69 and test95 are old style Problem: Test69 and test95 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5365)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Dec 2019 22:45:04 +0100
parents ad9e9e92ad55
children 38d18056e6e6
comparison
equal deleted inserted replaced
18905:c1b0da0ac838 18906:bb87c5c1e29b
2253 # These do not depend on the executable, compile it when needed. 2253 # These do not depend on the executable, compile it when needed.
2254 test1 \ 2254 test1 \
2255 test_eval \ 2255 test_eval \
2256 test42 test44 test49 \ 2256 test42 test44 test49 \
2257 test52 test59 \ 2257 test52 test59 \
2258 test69 \
2259 test70 \ 2258 test70 \
2260 test86 test87 \ 2259 test86 test87 \
2261 test95 test99: 2260 test99:
2262 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 2261 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
2263 2262
2264 # Run individual NEW style test. 2263 # Run individual NEW style test.
2265 # These do not depend on the executable, compile it when needed. 2264 # These do not depend on the executable, compile it when needed.
2266 # Set $TEST_FILTER to select what test function to invoke, e.g.: 2265 # Set $TEST_FILTER to select what test function to invoke, e.g.: