commit f8c8cb6c91029c93091dfbe5b8834b8e40ea925c parent 40521e637d674e73a0b568ea5efef79a065abb70 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 24 Apr 2024 13:30:34 +0200 force environment Diffstat:
| M | src/donaudb/Makefile.am | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/donaudb/Makefile.am b/src/donaudb/Makefile.am @@ -123,6 +123,7 @@ libdonaudb_la_LDFLAGS = \ -no-undefined +AM_TESTS_ENVIRONMENT=export DONAU_PREFIX=$${DONAU_PREFIX:-@libdir@};export PATH=$${DONAU_PREFIX:-@prefix@}/bin:$$PATH; check_PROGRAMS = \ test-donaudb-postgres