comparison src/Makefile @ 9764:e0b783389bea v7.4.2157

commit https://github.com/vim/vim/commit/46c4d4ac66aa2b129f4dcec9debfda606f72d4b3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 5 19:31:57 2016 +0200 patch 7.4.2157 Problem: Test_job_start_fails() is expected to report memory leaks, making it hard to see other leaks in test_partial. Solution: Move Test_job_start_fails() to a separate test file.
author Christian Brabandt <cb@256bit.org>
date Fri, 05 Aug 2016 19:45:05 +0200
parents 00d753ea19a9
children 2409d7038822
comparison
equal deleted inserted replaced
9763:7fba2e73bc86 9764:e0b783389bea
2084 test_hardcopy \ 2084 test_hardcopy \
2085 test_help_tagjump \ 2085 test_help_tagjump \
2086 test_history \ 2086 test_history \
2087 test_increment \ 2087 test_increment \
2088 test_increment_dbcs \ 2088 test_increment_dbcs \
2089 test_job_fails \
2089 test_join \ 2090 test_join \
2090 test_json \ 2091 test_json \
2091 test_jumps \ 2092 test_jumps \
2092 test_lambda \ 2093 test_lambda \
2093 test_langmap \ 2094 test_langmap \