gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - removed test file from Makefile.am


From: gnunet
Subject: [gnunet] branch master updated: - removed test file from Makefile.am
Date: Fri, 21 Jan 2022 16:10:57 +0100

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

t3sserakt pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 48f6e46ec - removed test file from Makefile.am
48f6e46ec is described below

commit 48f6e46ecb4022cd2b651fd5148bd5c373b046e9
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Fri Jan 21 16:10:48 2022 +0100

    - removed test file from Makefile.am
---
 src/transport/Makefile.am                          | 8 --------
 src/transport/transport_api_cmd_connecting_peers.c | 3 ---
 2 files changed, 11 deletions(-)

diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 6e8ceb638..ec00bc917 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -609,7 +609,6 @@ 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 \
@@ -697,7 +696,6 @@ 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) \
@@ -1367,12 +1365,6 @@ 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 = \
diff --git a/src/transport/transport_api_cmd_connecting_peers.c 
b/src/transport/transport_api_cmd_connecting_peers.c
index 296a98147..8aba290c3 100644
--- a/src/transport/transport_api_cmd_connecting_peers.c
+++ b/src/transport/transport_api_cmd_connecting_peers.c
@@ -61,7 +61,6 @@ connect_peers_run (void *cls,
   struct GNUNET_TESTING_AddressPrefix *pos_prefix;
   unsigned int con_num = 0;
   const enum GNUNET_GenericReturnValue *broadcast;
-  const enum GNUNET_GenericReturnValue *broadcast_pointer;
   char *port;
 
   cps->is = is;
@@ -72,8 +71,6 @@ connect_peers_run (void *cls,
   GNUNET_TRANSPORT_get_trait_broadcast (peer1_cmd,
                                         &broadcast);
 
-  // broadcast = *broadcast_pointer;
-
   system_cmd = GNUNET_TESTING_interpreter_lookup_command (is,
                                                           cps->create_label);
   GNUNET_TESTING_get_trait_test_system (system_cmd,

-- 
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]