comparison src/Makefile @ 16419:aebcd20a8a3f v8.1.1214

patch 8.1.1214: old style tests commit https://github.com/vim/vim/commit/c6b37db1ba704455daa8f9e78bc1c2492fb81f40 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 18:00:34 2019 +0200 patch 8.1.1214: old style tests Problem: Old style tests. Solution: Move tests from test14 to new style test files. (Yegappan Lakshmanan, closes #4308)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 18:15:05 +0200
parents 5b5c5daf57de
children 9bb2192a7c95
comparison
equal deleted inserted replaced
16418:6f2f820a2f95 16419:aebcd20a8a3f
2173 2173
2174 # Run individual OLD style test. 2174 # Run individual OLD style test.
2175 # These do not depend on the executable, compile it when needed. 2175 # These do not depend on the executable, compile it when needed.
2176 test1 \ 2176 test1 \
2177 test_eval \ 2177 test_eval \
2178 test3 test14 test17 \ 2178 test3 test17 \
2179 test29 test30 test37 test39 \ 2179 test29 test30 test37 test39 \
2180 test42 test44 test48 test49 \ 2180 test42 test44 test48 test49 \
2181 test52 test59 \ 2181 test52 test59 \
2182 test64 test69 \ 2182 test64 test69 \
2183 test70 test72 \ 2183 test70 test72 \