Re: List TAP test files in makefiles
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, Andrey Borodin <x4mmm@yandex-team.ru>, Peter Eisentraut <peter@eisentraut.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-24T15:49:53Z
Lists: pgsql-hackers
On Sat, Aug 23, 2025 at 10:17:59AM -0400, Tom Lane wrote: > This proposed fix adds more manual maintenance effort, and I really > doubt that it will do much to solve the ostensible problem that > people forget to update the meson.build files. This was my reaction, too. I suspect folks will update either Makefile or meson.build based on what they use and then still forget to update the other one. -- nathan