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

From Andrew Dunstan
Subject Re: List TAP test files in makefiles
Date
Msg-id 2749f1e0-f745-465e-bbe3-bc55f9e76140@dunslane.net
Whole thread Raw
In response to Re: List TAP test files in makefiles  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 2025-08-23 Sa 10:38 AM, Andres Freund wrote:
> Hi,
>
> On 2025-08-23 10:17:59 -0400, Tom Lane wrote:
>
>> 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.
> FWIW, I find the autoconf/make test run experience completely unusable. It
> literally is made me embark on getting away from it. I don't understand how
> people stand it.
>


Honestly, they both have annoyances and points where it's easy to get 
into the weeds. There are definitely cases where meson has left me 
scratching my head.

But I think this is really analogous to adding a new object file. That 
needs to be added to the Makefile as well as the meson.build file, and I 
don't see why tests shouldn't work the same. That might be slightly 
annoying, but it would be way down on my list.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: PoC: pg_dump --filter-data (like Oracle Where Clause on RMAN for specific tables)
Next
From: Tom Lane
Date:
Subject: Re: List TAP test files in makefiles