gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 03/03: - changed makefile to add the test for seting up of the


From: gnunet
Subject: [gnunet] 03/03: - changed makefile to add the test for seting up of the backchannel key material
Date: Thu, 06 Jan 2022 15:36:32 +0100

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository gnunet.

commit 0ddc76385bb8c29389bcfad9f5737c518861a42c
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Thu Jan 6 15:36:17 2022 +0100

    - changed makefile to add the test for seting up of the backchannel key 
material
---
 src/transport/Makefile.am | 8 ++++++++
 1 file changed, 8 insertions(+)

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 = \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]