patch 9.1.0712: tests: missing dependency of Test_gettext_makefile
Commit:
https://github.com/vim/vim/commit/3db32d2e7ffb4184c0996c1df6b9c09054074d26
Author: James McCoy <[email protected]>
Date: Tue Sep 3 22:50:38 2024 +0200
patch 9.1.0712: tests: missing dependency of Test_gettext_makefile
Problem: tests: missing dependency of Test_gettext_makefile
Solution: Check that xgettext binary is available, else skip the test
(James McCoy)
closes: #15612
Signed-off-by: James McCoy <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_gettext_make.vim
b/src/testdir/test_gettext_make.vim
index 1242fa43c..860aa2c65 100644
--- a/src/testdir/test_gettext_make.vim
+++ b/src/testdir/test_gettext_make.vim
@@ -18,6 +18,7 @@ func Test_gettext_makefile()
\ .. estdir est_gettext_makefile_in4.vim" test_gettext.pot')
else
" Will it work on macOS?
+ CheckExecutable xgettext
call system("make -f Makefile PLUGPACKAGE=test_gettext
\ PO_PLUG_INPUTLIST=\"../testdir/test_gettext_makefile_in1.vim
\ ../testdir/test_gettext_makefile_in2.vim
diff --git a/src/version.c b/src/version.c
index 9a7a53603..1ba85a9c6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 712,
/**/
711,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1sladA-009jgh-Ir%40256bit.org.