Commit 4f696030 authored by Peter Eisentraut's avatar Peter Eisentraut

Update documentation to say that gmake check in contrib is supported

parent 8f28789b
...@@ -29,12 +29,13 @@ ...@@ -29,12 +29,13 @@
Many of the modules have regression tests, which can be executed by Many of the modules have regression tests, which can be executed by
running: running:
<screen> <screen>
<userinput>gmake check</userinput>
</screen>
before installation or
<screen>
<userinput>gmake installcheck</userinput> <userinput>gmake installcheck</userinput>
</screen> </screen>
once you have a <productname>PostgreSQL</> server running. (Note that once you have a <productname>PostgreSQL</> server running.
<literal>gmake check</> is not supported; you must have an operational
database server to perform these tests, and you must have built and
installed the module(s) to be tested.)
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment