comparison src/Makefile @ 21532:dc1c26547a42 v8.2.1316

patch 8.2.1316: test 42 is still old style Commit: https://github.com/vim/vim/commit/b61ef01cce2afd70fbfa2805336a26643109dfb7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 29 16:08:21 2020 +0200 patch 8.2.1316: test 42 is still old style Problem: Test 42 is still old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6561)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jul 2020 16:15:03 +0200
parents 31cb78014fe4
children 24cb89db078d
comparison
equal deleted inserted replaced
21531:c7925831adc8 21532:dc1c26547a42
2308 CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"; \ 2308 CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"; \
2309 fi 2309 fi
2310 2310
2311 # Run individual OLD style test. 2311 # Run individual OLD style test.
2312 # These do not depend on the executable, compile it when needed. 2312 # These do not depend on the executable, compile it when needed.
2313 test1 test42 test49 test59: 2313 test1 test49 test59:
2314 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 2314 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
2315 2315
2316 # Run individual NEW style test. 2316 # Run individual NEW style test.
2317 # These do not depend on the executable, compile it when needed. 2317 # These do not depend on the executable, compile it when needed.
2318 # Set $TEST_FILTER to select what test function to invoke, e.g.: 2318 # Set $TEST_FILTER to select what test function to invoke, e.g.: