Re: Documentation for building with meson
John Naylor <john.naylor@enterprisedb.com>
From: John Naylor <john.naylor@enterprisedb.com>
To: samay sharma <smilingsamay@gmail.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>, pgsql-hackers@postgresql.org, Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
Andres Freund <andres@anarazel.de>
Date: 2022-10-27T08:04:32Z
Lists: 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
Commits
-
doc: Add installation instructions for building with meson
- 4c72102e1d45 16.0 landed
-
doc: Remove note about disk space from installation instructions
- de867c9c5379 16.0 landed
-
doc: Add missing comma
- 148e0bd4d617 16.0 landed