summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-25 00:05:32 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-25 00:05:32 +0100
commit67a2deb9cb4ac2224cb1e4d240a5d0659f036264 (patch)
tree024c2f55f38fb92a7da3c6887dbd0c510c7ae6cb /src/testdir/Make_all.mak
parenta106e6cde682bda4ad10ed745acb51975fcb02e0 (diff)
patch 8.1.2341: not so easy to interrupt a script programaticallyv8.1.2341
Problem: Not so easy to interrupt a script programatically. Solution: Add the interrupt() function. (Yasuhiro Matsumoto, closes #2834)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 6b86b37ec1..ac254202a8 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -154,6 +154,7 @@ NEW_TESTS = \
test_increment \
test_increment_dbcs \
test_ins_complete \
+ test_interrupt \
test_job_fails \
test_join \
test_json \
@@ -361,6 +362,7 @@ NEW_TESTS_RES = \
test_increment.res \
test_increment_dbcs.res \
test_ins_complete.res \
+ test_interrupt.res \
test_job_fails.res \
test_json.res \
test_jumplist.res \