patch 7.4.2259
Problem:    With 'incsearch' can only see the next match.
Solution:   Make CTRL-N/CTRL-P move to the previous/next match. (Christian
            Brabandt)
diff --git a/src/Makefile b/src/Makefile
index af0ffc0..dd9d247 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2110,6 +2110,7 @@
 	test_regexp_utf8 \
 	test_reltime \
 	test_ruby \
+	test_search \
 	test_searchpos \
 	test_set \
 	test_signs \