aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2019-06-06 03:29:37 +0200
committerJulius Bünger <buenger@mytum.de>2019-06-06 03:29:37 +0200
commit17cee253b6820e1c7aa18e51344a2fd5a14b809d (patch)
tree7f9a29ebf337bc60eeed6c657ac83238b43454db /src/transport/Makefile.am
parentc2eeb2f69ab1f0aa248781bebf04617cf9908e4b (diff)
downloadgnunet-17cee253b6820e1c7aa18e51344a2fd5a14b809d.tar.gz
gnunet-17cee253b6820e1c7aa18e51344a2fd5a14b809d.zip
TNG testing: Make executable name variable, try sending test data
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