summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-07 22:02:30 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-07 22:02:30 +0200
commit75373f38087dd756babdbbf9f14fd4711712c5de (patch)
tree91a9bd88aa98480b99dd750424d6622cc99f1594 /src/Makefile
parente20b3eba731bafb97c609dd20a4c378c105acc0d (diff)
patch 8.0.0890: still many old style testsv8.0.0890
Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \