aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2022-01-21 16:10:48 +0100
committert3sserakt <t3ss@posteo.de>2022-01-21 16:10:48 +0100
commit48f6e46ecb4022cd2b651fd5148bd5c373b046e9 (patch)
tree32d73148ebebb0d8790a75262f8cdefc6b90e172 /src/transport/Makefile.am
parentfc99f54070e04c043c14f2244f85833ecf6b00c4 (diff)
downloadgnunet-48f6e46ecb4022cd2b651fd5148bd5c373b046e9.tar.gz
gnunet-48f6e46ecb4022cd2b651fd5148bd5c373b046e9.zip
- removed test file from Makefile.am
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am8
1 files changed, 0 insertions, 8 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 = \
609 $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS 609 $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS
610 610
611check_PROGRAMS = \ 611check_PROGRAMS = \
612test_transport_hmac_calculation \
613 test_transport_address_switch_tcp \ 612 test_transport_address_switch_tcp \
614 test_transport_testing_startstop \ 613 test_transport_testing_startstop \
615 test_transport_testing_restart \ 614 test_transport_testing_restart \
@@ -697,7 +696,6 @@ endif
697if ENABLE_TEST_RUN 696if ENABLE_TEST_RUN
698AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 697AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
699TESTS = \ 698TESTS = \
700 test_transport_hmac_calculation \
701 test_transport_address_switch_tcp \ 699 test_transport_address_switch_tcp \
702 $(HTTP_SWITCH) \ 700 $(HTTP_SWITCH) \
703 $(HTTPS_SWITCH) \ 701 $(HTTPS_SWITCH) \
@@ -1367,12 +1365,6 @@ test_transport_api_bluetooth_LDADD = \
1367endif 1365endif
1368endif 1366endif
1369 1367
1370test_transport_hmac_calculation_SOURCES = \
1371 test_transport_hmac_calculation.c
1372test_transport_hmac_calculation_LDADD = \
1373 $(top_builddir)/src/util/libgnunetutil.la \
1374 $(LIBGCRYPT_LIBS)
1375
1376test_transport_address_switch_tcp_SOURCES = \ 1368test_transport_address_switch_tcp_SOURCES = \
1377 test_transport_address_switch.c 1369 test_transport_address_switch.c
1378test_transport_address_switch_tcp_LDADD = \ 1370test_transport_address_switch_tcp_LDADD = \