From: Masahiko Sawada Date: Fri, 21 Feb 2025 20:31:16 +0000 (-0800) Subject: Add test 005_char_signedness.pl to meson.build. X-Git-Tag: REL_18_BETA1~795 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=78d3f48895029e2c7c579fc38c07f2a197f85ed9;p=postgresql.git Add test 005_char_signedness.pl to meson.build. Oversight in a8238f87f98 where the test has been added. Discussion: https://postgr.es/m/CB11ADBC-0C3F-4FE0-A678-666EE80CBB07%40amazon.com --- diff --git a/src/bin/pg_upgrade/meson.build b/src/bin/pg_upgrade/meson.build index cc2ba97d9a9..da84344966a 100644 --- a/src/bin/pg_upgrade/meson.build +++ b/src/bin/pg_upgrade/meson.build @@ -45,6 +45,7 @@ tests += { 't/002_pg_upgrade.pl', 't/003_logical_slots.pl', 't/004_subscription.pl', + 't/005_char_signedness.pl', ], 'test_kwargs': {'priority': 40}, # pg_upgrade tests are slow },