Specifiy extensions required for tde test in EXTRA_INSTALL

To run pg_tde tests with `make check` we have to add pg_buffercache and
test_decoding extensions to temporary pg installation.
pull/220/head
Artem Gavrilov 5 months ago committed by Artem Gavrilov
parent aeaae4e282
commit c1da756335
  1. 1
      contrib/pg_tde/Makefile

@ -53,6 +53,7 @@ src/libkmip/libkmip/src/kmip_memset.o
SCRIPTS_built = src/pg_tde_change_key_provider SCRIPTS_built = src/pg_tde_change_key_provider
EXTRA_INSTALL+=contrib/pg_buffercache contrib/test_decoding
EXTRA_CLEAN += src/pg_tde_change_key_provider.o EXTRA_CLEAN += src/pg_tde_change_key_provider.o
ifdef USE_PGXS ifdef USE_PGXS

Loading…
Cancel
Save