Re: Documentation for building with meson

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: Documentation for building with meson
Дата
Msg-id CAFBsxsF+6=Oyzg7eZnB6G40yvJctO0RS0yECPRmoGOSUxma2iA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Documentation for building with meson  (samay sharma <smilingsamay@gmail.com>)
Ответы Re: Documentation for building with meson  (Jacob Champion <jchampion@timescale.com>)
Re: Documentation for building with meson  (samay sharma <smilingsamay@gmail.com>)
Список pgsql-hackers
+# Run the main pg_regress and isolation tests
+<userinput>meson test --suite main</userinput>

This does not work for me in a fresh install until running

meson test --suite setup

In fact, we see in 

https://wiki.postgresql.org/wiki/Meson

meson test --suite setup --suite main

That was just an eyeball check from a naive user -- it would be good to try running everything documented here.

--
John Naylor
EDB: http://www.enterprisedb.com

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: GUC values - recommended way to declare the C variables?
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?