From 9de8b7762547e4064d618cf2ad1e4da8a1f6994b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 24 Jan 2019 18:45:47 +0100 Subject: adding separate test just for /verison API --- src/lib/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/lib/Makefile.am') diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 6f4ffbdf9..b44eccbc8 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -158,6 +158,7 @@ check_PROGRAMS = \ test_exchange_api_overlapping_keys_bug \ test_exchange_api_interpreter_on-off \ test_exchange_api_new \ + test_auditor_api_version \ test_auditor_api if HAVE_TWISTER @@ -257,6 +258,17 @@ test_auditor_api_LDADD = \ -ljansson +test_auditor_api_version_SOURCES = \ + test_auditor_api_version.c +test_auditor_api_version_LDADD = \ + libtalerauditor.la \ + $(LIBGCRYPT_LIBS) \ + $(top_builddir)/src/util/libtalerutil.la \ + -lgnunetcurl \ + -lgnunetutil \ + -ljansson + + EXTRA_DIST = \ test_exchange_api_home/.local/share/taler/exchange/offline-keys/master.priv \ -- cgit v1.2.3