aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 4fd54ac88..5c3721faa 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -249,7 +249,9 @@ libexec_PROGRAMS = \
249 $(WLAN_BIN_DUMMY) \ 249 $(WLAN_BIN_DUMMY) \
250 $(BT_BIN) \ 250 $(BT_BIN) \
251 gnunet-service-transport \ 251 gnunet-service-transport \
252 gnunet-communicator-unix 252 gnunet-communicator-unix \
253 gnunet-communicator-udp \
254 gnunet-communicator-tcp
253 255
254 256
255 257
@@ -600,6 +602,8 @@ if HAVE_GETOPT_BINARY
600check_PROGRAMS += \ 602check_PROGRAMS += \
601test_transport_api_slow_ats 603test_transport_api_slow_ats
602endif 604endif
605check_PROGRAMS += \
606test_communicator_unix
603endif 607endif
604 608
605if ENABLE_TEST_RUN 609if ENABLE_TEST_RUN