From 110d0cc71cc4814182bb2d38c3cb304abe5d5407 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Jun 2017 11:48:06 +0200 Subject: start test case for #4956 --- src/exchange/Makefile.am | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'src/exchange/Makefile.am') diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am index 899f39684..92a8556a0 100644 --- a/src/exchange/Makefile.am +++ b/src/exchange/Makefile.am @@ -97,8 +97,23 @@ test_taler_exchange_aggregator_postgres_LDADD = \ -ljansson \ -lpthread +test_taler_exchange_wirewatch_postgres_SOURCES = \ + test_taler_exchange_wirewatch.c +test_taler_exchange_wirewatch_postgres_LDADD = \ + $(LIBGCRYPT_LIBS) \ + $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ + $(top_builddir)/src/bank-lib/libtalerfakebank.la \ + $(top_builddir)/src/json/libtalerjson.la \ + $(top_builddir)/src/util/libtalerutil.la \ + -lmicrohttpd \ + -lgnunetutil \ + -lgnunetjson \ + -ljansson \ + -lpthread + check_PROGRAMS = \ - test_taler_exchange_aggregator-postgres + test_taler_exchange_aggregator-postgres \ + test_taler_exchange_wirewatch-postgres AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH; @@ -109,6 +124,7 @@ TESTS = \ EXTRA_DIST = \ test-taler-exchange-aggregator-postgres.conf \ + test-taler-exchange-wirewatch-postgres.conf \ test_taler_exchange_httpd_home/.local/share/taler/exchange/offline-keys/master.priv \ test_taler_exchange_httpd.conf \ exchange.conf \ -- cgit v1.2.3