aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-22 22:52:08 +0900
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-22 22:52:08 +0900
commit5402016fcb271bbfa9c9470bd281d73b72e75bca (patch)
tree7b6ea446c5e537b0484070ae022ddde2aad3e5dd /src/transport/Makefile.am
parent61a8f2c46ddd10d86e568dd8fe2f533ae31a6c81 (diff)
downloadgnunet-5402016fcb271bbfa9c9470bd281d73b72e75bca.tar.gz
gnunet-5402016fcb271bbfa9c9470bd281d73b72e75bca.zip
basic tests
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index ff9d7aec7..5d0ba2218 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -588,7 +588,7 @@ check_PROGRAMS += \
588test_transport_api_slow_ats 588test_transport_api_slow_ats
589endif 589endif
590check_PROGRAMS += \ 590check_PROGRAMS += \
591test_communicator_unix 591test_communicator_basic_unix
592if HAVE_EXPERIMENTAL 592if HAVE_EXPERIMENTAL
593check_PROGRAMS += \ 593check_PROGRAMS += \
594 test_transport_address_switch_udp \ 594 test_transport_address_switch_udp \
@@ -782,9 +782,9 @@ test_plugin_udp_LDADD = \
782 libgnunettransporttesting.la 782 libgnunettransporttesting.la
783endif 783endif
784 784
785test_communicator_unix_SOURCES = \ 785test_communicator_basic_unix_SOURCES = \
786 test_communicator.c 786 test_communicator_basic.c
787test_communicator_unix_LDADD = \ 787test_communicator_basic_unix_LDADD = \
788 libgnunettransporttesting2.la \ 788 libgnunettransporttesting2.la \
789 $(top_builddir)/src/testing/libgnunettesting.la \ 789 $(top_builddir)/src/testing/libgnunettesting.la \
790 $(top_builddir)/src/util/libgnunetutil.la 790 $(top_builddir)/src/util/libgnunetutil.la