From 0ddc76385bb8c29389bcfad9f5737c518861a42c Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Thu, 6 Jan 2022 15:36:17 +0100 Subject: - changed makefile to add the test for seting up of the backchannel key material --- src/transport/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 751bc40c1..ed5a2ef54 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -609,6 +609,7 @@ libgnunet_plugin_transport_https_server_la_CFLAGS = \ $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS check_PROGRAMS = \ +test_transport_hmac_calculation \ test_transport_address_switch_tcp \ test_transport_testing_startstop \ test_transport_testing_restart \ @@ -696,6 +697,7 @@ endif 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 = \ + test_transport_hmac_calculation \ test_transport_address_switch_tcp \ $(HTTP_SWITCH) \ $(HTTPS_SWITCH) \ @@ -1363,6 +1365,12 @@ test_transport_api_bluetooth_LDADD = \ endif endif +test_transport_hmac_calculation_SOURCES = \ + test_transport_hmac_calculation.c +test_transport_hmac_calculation_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(LIBGCRYPT_LIBS) + test_transport_address_switch_tcp_SOURCES = \ test_transport_address_switch.c test_transport_address_switch_tcp_LDADD = \ -- cgit v1.2.3