summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-06 20:36:04 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-06 20:36:04 +0100
commitbd7206e02c957f0619e68e1628e2a3e91dd41e06 (patch)
treeb762d33b1db234275b8b519fecebdcb4b7661082 /src/testdir/Make_all.mak
parent49b79bd4888341d527c95f2aa73ed953203ce2b6 (diff)
patch 8.2.0358: insufficient testing for indent.cv8.2.0358
Problem: Insufficient testing for indent.c. Solution: Add indent tests. (Yegappan Lakshmanan, closes #5736)
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 fab86568a6..f4ba55dc94 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -146,6 +146,7 @@ NEW_TESTS = \
test_iminsert \
test_increment \
test_increment_dbcs \
+ test_indent \
test_ins_complete \
test_interrupt \
test_job_fails \
@@ -376,6 +377,7 @@ NEW_TESTS_RES = \
test_iminsert.res \
test_increment.res \
test_increment_dbcs.res \
+ test_indent.res \
test_ins_complete.res \
test_interrupt.res \
test_job_fails.res \