1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Provide NO_INSTALLCHECK option for pgxs.

This allows us to avoid running the regression tests in contrib modules
like pg_stat_statement in a less ugly manner.

Discussion: <22432.1478968242@sss.pgh.pa.us>
This commit is contained in:
Andres Freund
2016-11-14 14:53:07 -08:00
parent c99f876e9a
commit ffa8c3d852
3 changed files with 16 additions and 4 deletions

View File

@ -1193,6 +1193,15 @@ include $(PGXS)
</listitem>
</varlistentry>
<varlistentry>
<term><varname>NO_INSTALLCHECK</varname></term>
<listitem>
<para>
don't define an installcheck target, useful e.g. if tests require special configuration, or don't use pg_regress
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>EXTRA_CLEAN</varname></term>
<listitem>