comparison src/Makefile @ 18870:1895dd434ecf v8.1.2421

patch 8.1.2421: test88 is old style Commit: https://github.com/vim/vim/commit/213ed008bbcd9fe0d3329b17f5f4af0169e448ff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 20:12:26 2019 +0100 patch 8.1.2421: test88 is old style Problem: Test88 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5347)
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 20:15:04 +0100
parents 05b240971884
children 410155e75efa
comparison
equal deleted inserted replaced
18869:6663d5342062 18870:1895dd434ecf
2255 test_eval \ 2255 test_eval \
2256 test42 test44 test49 \ 2256 test42 test44 test49 \
2257 test52 test59 \ 2257 test52 test59 \
2258 test64 test69 \ 2258 test64 test69 \
2259 test70 test72 \ 2259 test70 test72 \
2260 test86 test87 test88 \ 2260 test86 test87 \
2261 test95 test99: 2261 test95 test99:
2262 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 2262 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
2263 2263
2264 # Run individual NEW style test. 2264 # Run individual NEW style test.
2265 # These do not depend on the executable, compile it when needed. 2265 # These do not depend on the executable, compile it when needed.