From 1c104ddf28082a50718cb3d34fdc098a26eb3883 Mon Sep 17 00:00:00 2001 From: Joseph Date: Thu, 29 Dec 2022 08:32:52 -0500 Subject: insert --- src/exchangedb/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/exchangedb/Makefile.am') diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 2f6500278..303f04fb8 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -297,6 +297,7 @@ check_PROGRAMS = \ test-exchangedb-by-j-postgres\ test-exchangedb-batch-reserves-in-insert-postgres\ test-exchangedb-populate-table-postgres + AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH; TESTS = \ test-exchangedb-postgres\ @@ -305,7 +306,6 @@ TESTS = \ test-exchangedb-batch-reserves-in-insert-postgres\ test-exchangedb-populate-table-postgres - test_exchangedb_postgres_SOURCES = \ test_exchangedb.c test_exchangedb_postgres_LDADD = \ @@ -399,5 +399,6 @@ bench_db_postgres_LDADD = \ -lgnunetutil \ $(XLIB) + EXTRA_test_exchangedb_postgres_DEPENDENCIES = \ libtaler_plugin_exchangedb_postgres.la -- cgit v1.2.3