summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-03 17:33:54 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-03 17:33:54 +0200
commit87bc3f74598ae8c648957e5755000cc6cdbc89ce (patch)
treee67339a7b08df326739cdb1ae0cc08e2f14d2951 /src/Makefile
parentde653f08805dde14424d417502a0480a6ad292f8 (diff)
downloadvim-87bc3f74598ae8c648957e5755000cc6cdbc89ce.zip
patch 7.4.2315
Problem: Insufficient testing for Normal mode commands. Solution: Add a big test. (Christian Brabandt, closes #1029)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 5eed56ef4..b201ed494 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2109,8 +2109,9 @@ test_arglist \
test_matchadd_conceal_utf8 \
test_menu \
test_messages \
- test_nested_function \
+ test_nested_function \
test_netbeans \
+ test_normal \
test_options \
test_packadd \
test_partial \