From 08f1726b6552ac29830637e9f7be4d42e2ea4294 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Sep 2016 08:40:49 +0000 Subject: -modifying tests to use new service MQ API, implementing more of service MQ API --- src/util/Makefile.am | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index b7e60022f..0172df67f 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -265,6 +265,7 @@ endif check_PROGRAMS = \ test_bio \ test_client.nc \ + test_client_unix.nc \ $(SSH_USING_TESTS) \ test_common_allocation \ test_common_endian \ @@ -299,7 +300,6 @@ check_PROGRAMS = \ test_connection_timeout_no_connect.nc \ test_connection_transmit_cancel.nc \ test_mq \ - test_mq_client.nc \ test_os_network \ test_peer \ test_plugin \ @@ -325,18 +325,18 @@ check_PROGRAMS = \ # Declare .nc (NO-CONCURRENCY) as a test extension so that we can impart # sequential execution order for them TEST_EXTENSIONS = .nc -test_connection.log: test_client.log +test_connection.log: test_client.log test_connection_addressing.log: test_connection.log test_connection_timeout_no_connect.log: test_connection_addressing.log test_connection_transmit_cancel.log: test_connection_timeout_no_connect.log test_connection_receive_cancel.log: test_connection_transmit_cancel.log test_connection_timeout.log: test_connection_receive_cancel.log -test_mq_client.log: test_connection_timeout.log -test_resolver_api.log: test_mq_client.log +test_resolver_api.log: test_connection_timeout.log test_server.log: test_resolver_api.log test_server_disconnect.log: test_server.log test_server_with_client.log: test_server_disconnect.log test_server_mst_interrupt.log: test_server_with_client.log +test_client_unix.log: test_server_mst_interrupt.log test_bio_SOURCES = \ test_bio.c @@ -357,6 +357,11 @@ test_client_nc_SOURCES = \ test_client_nc_LDADD = \ libgnunetutil.la +test_client_unix_nc_SOURCES = \ + test_client.c +test_client_unix_nc_LDADD = \ + libgnunetutil.la + test_socks_nc_SOURCES = \ test_socks.c test_socks_nc_LDADD = \ @@ -538,11 +543,6 @@ test_mq_SOURCES = \ test_mq_LDADD = \ libgnunetutil.la -test_mq_client_nc_SOURCES = \ - test_mq_client.c -test_mq_client_nc_LDADD = \ - libgnunetutil.la - test_os_network_SOURCES = \ test_os_network.c test_os_network_LDADD = \ @@ -670,6 +670,8 @@ perf_malloc_LDADD = \ EXTRA_DIST = \ + test_client_data.conf \ + test_client_unix.conf \ test_configuration_data.conf \ test_program_data.conf \ test_resolver_api_data.conf \ -- cgit v1.2.3