1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

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
This commit is contained in:
Masahiko Sawada 2025-02-21 12:31:16 -08:00
parent 29d75b25b5
commit 78d3f48895

View File

@ -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
},