From 17cee253b6820e1c7aa18e51344a2fd5a14b809d Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Thu, 6 Jun 2019 03:29:37 +0200 Subject: TNG testing: Make executable name variable, try sending test data --- src/transport/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/transport/Makefile.am') 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 = \ $(WLAN_BIN_DUMMY) \ $(BT_BIN) \ gnunet-service-transport \ - gnunet-communicator-unix + gnunet-communicator-unix \ + gnunet-communicator-udp \ + gnunet-communicator-tcp @@ -600,6 +602,8 @@ if HAVE_GETOPT_BINARY check_PROGRAMS += \ test_transport_api_slow_ats endif +check_PROGRAMS += \ +test_communicator_unix endif if ENABLE_TEST_RUN -- cgit v1.2.3