Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

Makefile

  • Tom Lane's avatar
    5d41f27a
    Install TAP test infrastructure so it's available for extension testing. · 5d41f27a
    Tom Lane authored
    When configured with --enable-tap-tests, "make install" will now install
    the Perl support files for TAP testing where PGXS will find them.
    This allows extensions to rely on $(prove_check) even when being built
    out-of-tree.  Back-patch to 9.4 where we first started to support TAP
    testing, to reduce the number of cases extension makefiles need to
    consider.
    
    Craig Ringer
    
    Discussion: <CAMsr+YFXv+2qne6xJW7z_25mYBtktRX5rpkrgrb+DRgQ_FxgHQ@mail.gmail.com>
    5d41f27a
    History
    Install TAP test infrastructure so it's available for extension testing.
    Tom Lane authored
    When configured with --enable-tap-tests, "make install" will now install
    the Perl support files for TAP testing where PGXS will find them.
    This allows extensions to rely on $(prove_check) even when being built
    out-of-tree.  Back-patch to 9.4 where we first started to support TAP
    testing, to reduce the number of cases extension makefiles need to
    consider.
    
    Craig Ringer
    
    Discussion: <CAMsr+YFXv+2qne6xJW7z_25mYBtktRX5rpkrgrb+DRgQ_FxgHQ@mail.gmail.com>