Re: how to run the equivalent of 'make install check-world' with meson

From: Pierre Forstmann <pierre(dot)forstmann(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: how to run the equivalent of 'make install check-world' with meson
Date: 2026-08-26 15:06:58
Message-ID: 01f06c1c-bdf9-41d7-a49c-3e30184e138b@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

OK this has worked. Thank you.

Regards,

PF

Le 26/08/2026 à 16:52, Andres Freund a écrit :
> Hi,
>
> On 2026-08-26 16:33:46 +0200, Pierre Forstmann wrote:
>> I'm tring to run the equivalent of "make installcheck-world" with meson.
>>
>> According to https://wiki.postgresql.org/wiki/Meson?utm_source=chatgpt.com:
>>
>> I have tried:
>>
>> meson test -C build -q --print-errorlogs --setup running
>>
>> But these tests fails because it looks like that test extensions are not
>> installed:
> If you want to have the "test only extensions" installed, you need to do
> "ninja install-test-files". They otherwise do not get installed - many of them
> are in fact *NOT SAFE* to install in an installation that's used for anything
> other than testing. Not required e.g. for the the base regression tests, as
> they don't require test-only extensions.
>
> Greetings,
>
> Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Henson Choi 2026-08-26 15:11:54 Re: Row pattern recognition
Previous Message ZizhuanLiu X-MAN 2026-08-26 15:00:54 Re: Fix var_eq_const: sum selectivity of all matching MCV entries instead of stopping at first match