meson and tmp_install

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема meson and tmp_install
Дата
Msg-id 5542fda3-d73c-9454-3c73-7065df58fefa@dunslane.net
обсуждение исходный текст
Ответы Re: meson and tmp_install  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Allow batched insert during cross-partition updates
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: meson files copyright