From 06b8ed9ba8ed30181285b6c75089150d2662b366 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Dec 2020 09:19:58 +0100 Subject: start with exchange management test --- src/testing/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index aecbacad9..0d50d95c6 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -134,6 +134,7 @@ check_PROGRAMS = \ test_exchange_api_keys_cherry_picking \ test_exchange_api_revocation \ test_exchange_api_overlapping_keys_bug \ + test_exchange_management_api \ test_taler_exchange_aggregator-postgres \ test_taler_exchange_wirewatch-postgres if HAVE_TWISTER @@ -216,6 +217,15 @@ test_exchange_api_LDADD = \ -ljansson \ $(XLIB) +test_exchange_management_api_SOURCES = \ + test_exchange_management_api.c +test_exchange_management_api_LDADD = \ + libtalertesting.la \ + $(top_builddir)/src/lib/libtalerexchange.la \ + $(top_builddir)/src/util/libtalerutil.la \ + -lgnunetutil \ + $(XLIB) + test_exchange_api_revocation_SOURCES = \ test_exchange_api_revocation.c test_exchange_api_revocation_LDADD = \ -- cgit v1.2.3