patch 7.4.2315
Problem:    Insufficient testing for Normal mode commands.
Solution:   Add a big test. (Christian Brabandt, closes #1029)
diff --git a/src/Makefile b/src/Makefile
index 5eed56e..b201ed4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2109,8 +2109,9 @@
 	test_matchadd_conceal_utf8 \
 	test_menu \
 	test_messages \
-    	test_nested_function \
+	test_nested_function \
 	test_netbeans \
+	test_normal \
 	test_options \
 	test_packadd \
 	test_partial \