summaryrefslogtreecommitdiffstats
path: root/src/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-14 20:10:32 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-14 20:10:32 +0200
commitda1f71d75f0bf5d5ef876a09aa08fb19f6f24b3b (patch)
tree5971dbd52886a37739dd9101ab6a5ad1caf356f6 /src/Make_all.mak
parentbf1c1b85136bbbe55a50c9cd01ed064d8df75697 (diff)
patch 8.1.0389: :behave command is not testedv8.1.0389
Problem: :behave command is not tested. Solution: Add a test. (Dominique Pelle, closes #3429)
Diffstat (limited to 'src/Make_all.mak')
-rw-r--r--src/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_all.mak b/src/Make_all.mak
index 79b8b94798..8f0f4c1ddc 100644
--- a/src/Make_all.mak
+++ b/src/Make_all.mak
@@ -14,6 +14,7 @@ NEW_TESTS = \
test_autoload \
test_backspace_opt \
test_backup \
+ test_behave \
test_blockedit \
test_breakindent \
test_bufline \