diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-23 19:32:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-23 19:32:47 +0100 |
commit | 8be2fbb6705dfb41d06d688701803d206c968404 (patch) | |
tree | 7b603e040afbf40bc7d13a87c2f433af2c49bc37 /src/Makefile | |
parent | b544f3c81f1e6a50322855681ac266ffaa8e313c (diff) | |
download | vim-8be2fbb6705dfb41d06d688701803d206c968404.zip |
patch 8.0.0361: GUI initialisation is not sufficiently tested
Problem: GUI initialisation is not sufficiently tested.
Solution: Add the gui_init test. (Kazuki Kuriyama)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index bcfb8cd13..227e1df4e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2133,6 +2133,7 @@ test_arglist \ test_gn \ test_goto \ test_gui \ + test_gui_init \ test_hardcopy \ test_help \ test_help_tagjump \ |