From 3db32d2e7ffb4184c0996c1df6b9c09054074d26 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 3 Sep 2024 22:50:38 +0200 Subject: [PATCH] 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 Signed-off-by: Christian Brabandt --- src/testdir/test_gettext_make.vim | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/test_gettext_make.vim b/src/testdir/test_gettext_make.vim index 1242fa43c1..860aa2c65b 100644 --- a/src/testdir/test_gettext_make.vim +++ b/src/testdir/test_gettext_make.vim @@ -18,6 +18,7 @@ func Test_gettext_makefile() \ ..\testdir\test_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 9a7a53603b..1ba85a9c66 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, /**/