From 75373f38087dd756babdbbf9f14fd4711712c5de Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 7 Aug 2017 22:02:30 +0200 Subject: patch 8.0.0890: still many old style tests Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan) --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ca8b1a391b..de4b240641 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2169,6 +2169,7 @@ test_arglist \ test_functions \ test_ga \ test_getcwd \ + test_getvar \ test_gf \ test_glob2regpat \ test_global \ @@ -2180,6 +2181,7 @@ test_arglist \ test_help \ test_help_tagjump \ test_hide \ + test_highlight \ test_history \ test_hlsearch \ test_increment \ -- cgit v1.2.3