summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-05 19:31:57 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-05 19:31:57 +0200
commit46c4d4ac66aa2b129f4dcec9debfda606f72d4b3 (patch)
tree74cf9fd7b6f20f4873049fc6bbb2e1e5104d2628 /src/Makefile
parentc90f2aedd0a5dc2cc75bc9b5f475f8a3e3fe36b1 (diff)
patch 7.4.2157v7.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.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 273fc9ea99..3559659994 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2086,6 +2086,7 @@ test_arglist \
test_history \
test_increment \
test_increment_dbcs \
+ test_job_fails \
test_join \
test_json \
test_jumps \