pgsql: Set shared library path for in-tree TAP tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Set shared library path for in-tree TAP tests
Date
Msg-id E1XI8nQ-00047U-SO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Set shared library path for in-tree TAP tests

When the TAP tests are run in-tree (make check), set the shared library
path using the appropriate environment variable, using a logic similar
to pg_regress, so that the right libraries are used.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f669b61476b2efd79701a7a104e9de2fe11e4e42

Modified Files
--------------
src/Makefile.global.in |   12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix DocBook XML validity
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Set shared library path for in-tree TAP tests