diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-25 23:08:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-25 23:08:17 +0200 |
commit | 8e95636a282f3eac808c0e00c053b33334cc283e (patch) | |
tree | f2fdaf570a335324d8e861b68e2e632d32a0b07c /src/testdir/Make_all.mak | |
parent | 12034e22dd80cf533ac1c681be521ab299383f63 (diff) | |
download | vim-git-8e95636a282f3eac808c0e00c053b33334cc283e.tar.gz |
patch 8.1.1929: no tests for text property popup windowv8.1.1929
Problem: No tests for text property popup window.
Solution: Add a few tests.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 80cf7068e..ee2a8f3f7 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -199,6 +199,7 @@ NEW_TESTS = \ test_plus_arg_edit \ test_popup \ test_popupwin \ + test_popupwin_textprop \ test_preview \ test_profile \ test_prompt_buffer \ @@ -388,6 +389,7 @@ NEW_TESTS_RES = \ test_perl.res \ test_plus_arg_edit.res \ test_popupwin.res \ + test_popupwin_textprop.res \ test_preview.res \ test_profile.res \ test_prompt_buffer.res \ |