commit 48f6e46ecb4022cd2b651fd5148bd5c373b046e9
parent fc99f54070e04c043c14f2244f85833ecf6b00c4
Author: t3sserakt <t3ss@posteo.de>
Date: Fri, 21 Jan 2022 16:10:48 +0100
- removed test file from Makefile.am
Diffstat:
2 files changed, 0 insertions(+), 11 deletions(-)
diff --git 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
@@ -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,