summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-17 22:16:00 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-17 22:16:00 +0100
commit8822744b4d9d40aa1fd59870a8bdd7c64c59a42b (patch)
treef3258d1a844a92aef79a2a52a19156211ff485f4 /src/Makefile
parent5e4e1b12998b1ed99138cad1c5da4d430f798547 (diff)
patch 8.0.0206: test coverage for :retab insufficientv8.0.0206
Problem: Test coverage for :retab insufficient. Solution: Add test for :retab. (Dominique Pelle, closes #1391)
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 1070b23f77..0dcf109604 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2154,6 +2154,7 @@ test_arglist \
test_regexp_latin \
test_regexp_utf8 \
test_reltime \
+ test_retab \
test_ruby \
test_search \
test_searchpos \