Re: Documentation for building with meson - Mailing list pgsql-hackers

From John Naylor
Subject Re: Documentation for building with meson
Date
Msg-id CAFBsxsF+6=Oyzg7eZnB6G40yvJctO0RS0yECPRmoGOSUxma2iA@mail.gmail.com
Whole thread Raw
In response to Re: Documentation for building with meson  (samay sharma <smilingsamay@gmail.com>)
Responses Re: Documentation for building with meson  (Jacob Champion <jchampion@timescale.com>)
Re: Documentation for building with meson  (samay sharma <smilingsamay@gmail.com>)
List 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 by date:

Previous
From: Peter Smith
Date:
Subject: Re: GUC values - recommended way to declare the C variables?
Next
From: Bharath Rupireddy
Date:
Subject: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?