From 48f6e46ecb4022cd2b651fd5148bd5c373b046e9 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Fri, 21 Jan 2022 16:10:48 +0100 Subject: - 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(-) (limited to 'src') 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, -- cgit v1.2.3