aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-20 16:10:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-20 16:10:27 +0000
commitaa6baad926e5488cfdb4e06b5cea2f4419737769 (patch)
treebd093e47ffed6be8c9f5431632163a99481546b8 /src/transport/Makefile.am
parent46c40c7dd85f67d4ba50c84c81a81f95130e94bd (diff)
downloadgnunet-aa6baad926e5488cfdb4e06b5cea2f4419737769.tar.gz
gnunet-aa6baad926e5488cfdb4e06b5cea2f4419737769.zip
add tcp test to makefile
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index f3d63b0d7..5f35125dc 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -473,6 +473,7 @@ TESTS = \
473 test_transport_api_timeout_tcp \ 473 test_transport_api_timeout_tcp \
474 test_transport_api_limited_sockets_tcp \ 474 test_transport_api_limited_sockets_tcp \
475 test_transport_api_tcp_nat \ 475 test_transport_api_tcp_nat \
476 test_transport_address_switch_tcp \
476 test_transport_api_udp \ 477 test_transport_api_udp \
477 test_transport_api_timeout_udp \ 478 test_transport_api_timeout_udp \
478 test_transport_address_switch_udp \ 479 test_transport_address_switch_udp \