Re: List TAP test files in makefiles
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Andrey Borodin <x4mmm@yandex-team.ru>,
Peter Eisentraut <peter@eisentraut.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-08-23T14:17:59Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2025-08-23 11:57:37 +0500, Andrey Borodin wrote: >> What is the downside of the approach where meson uses t/*.pl wildcard? > In meson you can't do wildcards at "configure" time, since wildcards do not > allow reliable detection of when re-configure is needed. But ... what "re-configuration" is needed when adding a new test file? 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. We should be striving to make the meson system as easy to use as autoconf/make, not trying to attain parity by making the latter experience worse. regards, tom lane