aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-03 14:19:03 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-03 14:19:03 +0200
commit1b5dfc396ced80c42516ab134e3fe4b340f08e2f (patch)
tree62ca720578ef9ee351e22a5c647c89dbd325c47b
parent175303b445903df39e0ba769820a6768352ccac4 (diff)
parenta3d4063b7def50dcdcf1180f660d594d8ef67c53 (diff)
downloadgnunet-1b5dfc396ced80c42516ab134e3fe4b340f08e2f.tar.gz
gnunet-1b5dfc396ced80c42516ab134e3fe4b340f08e2f.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
-rw-r--r--src/transport/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 077c0409a..3028b29b4 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -673,7 +673,13 @@ TESTS += \
673 test_transport_api_timeout_udp \ 673 test_transport_api_timeout_udp \
674 test_transport_api_udp_nat \ 674 test_transport_api_udp_nat \
675 test_transport_api_reliability_udp \ 675 test_transport_api_reliability_udp \
676 test_quota_compliance_udp 676test_quota_compliance_udp \
677test_communicator_basic-unix \
678test_communicator_basic-tcp \
679test_communicator_basic-udp \
680test_communicator_rekey-tcp \
681test_communicator_rekey-udp \
682test_communicator_backchannel-udp
677endif 683endif
678endif 684endif
679 685