From: James McCoy Date: Tue, 3 Sep 2024 20:50:38 +0000 (+0200) Subject: patch 9.1.0712: tests: missing dependency of Test_gettext_makefile X-Git-Tag: v9.1.0712^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3db32d2e7ffb4184c0996c1df6b9c09054074d26;p=thirdparty%2Fvim.git 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 --- 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, /**/