Re: List TAP test files in makefiles - Mailing list pgsql-hackers

From Tom Lane
Subject Re: List TAP test files in makefiles
Date
Msg-id 2258672.1755958679@sss.pgh.pa.us
Whole thread Raw
In response to Re: List TAP test files in makefiles  (Andres Freund <andres@anarazel.de>)
Responses Re: List TAP test files in makefiles
List 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



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: List TAP test files in makefiles
Next
From: Álvaro Herrera
Date:
Subject: Re: Adding REPACK [concurrently]