From a3af7211c33d6f54d3b72c37c1abe28dad89667f Mon Sep 17 00:00:00 2001 From: Tristan Schwieren Date: Wed, 25 May 2022 14:07:03 +0200 Subject: - init did test --- src/reclaim/Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/reclaim/Makefile.am') diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am index 7b73f35f2..912f4a92f 100644 --- a/src/reclaim/Makefile.am +++ b/src/reclaim/Makefile.am @@ -206,6 +206,11 @@ test_w3c_ed25519_2020_SOURCES = \ test_w3c_ed25519_2020_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la +test_did_helper_SOURCES = \ + test_did_helper.c +test_did_helper_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la + check_SCRIPTS = \ test_reclaim_attribute.sh \ test_reclaim_issue.sh \ @@ -213,9 +218,12 @@ check_SCRIPTS = \ check_PROGRAMS = \ test_reclaim_attribute \ - test_w3c_ed25519_2020 + test_w3c_ed25519_2020 \ + test_did_helper if ENABLE_TEST_RUN AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; - TESTS = $(check_SCRIPTS) + TESTS = \ + $(check_SCRIPTS) \ + $(check_PROGRAMS) endif -- cgit v1.2.3