meson and tmp_install - Mailing list pgsql-hackers

From Andrew Dunstan
Subject meson and tmp_install
Date
Msg-id 5542fda3-d73c-9454-3c73-7065df58fefa@dunslane.net
Whole thread Raw
Responses Re: meson and tmp_install  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Yesterday when testing a patch I got annoyed when my test failed. I
tested it like this:

    meson test ldap_password_func/001_mutated_bindpasswd

It turned out that I needed to do this:

    meson test tmp_install ldap_password_func/001_mutated_bindpasswd

The Makefile equivalent ensures that you have a tmp_install without
having to request to explicitly. It would be nice if we could make meson
do the same thing, and also honor NO_TEMP_INSTALL if set.


cheers


andrew

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




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Allow batched insert during cross-partition updates
Next
From: Andrew Dunstan
Date:
Subject: Re: meson files copyright