From ab3bb8c4287493e878d91882c0cbc132b2b391e7 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 16 Jan 2015 10:15:42 +0000 Subject: new testcase to test delayed ATS service startup --- src/ats/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/ats/Makefile.am') diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index c6e7c186d..7f91060eb 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -117,7 +117,9 @@ TESTING_TESTS = \ test_ats_api_scheduling_destroy_address_twice \ test_ats_api_scheduling_add_session \ test_ats_api_scheduling_destroy_session \ + test_ats_api_delayed_service_scheduling_add_address \ test_ats_api_performance_list_all_addresses \ + test_ats_api_delayed_service_performance_list_all_addresses \ test_ats_api_performance_list_peer_addresses \ test_ats_api_performance_list_all_addresses_active \ test_ats_api_performance_monitor \ @@ -173,6 +175,15 @@ test_ats_api_scheduling_add_address_LDADD = \ libgnunetats.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la +test_ats_api_delayed_service_scheduling_add_address_SOURCES = \ + test_ats_api_delayed_service_scheduling_add_address.c \ + test_ats_api_common.c test_ats_api_common.h +test_ats_api_delayed_service_scheduling_add_address_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + libgnunetats.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la + test_ats_api_scheduling_add_address_inbound_SOURCES = \ test_ats_api_scheduling_add_address_inbound.c \ test_ats_api_common.c test_ats_api_common.h @@ -235,6 +246,15 @@ test_ats_api_performance_list_all_addresses_LDADD = \ $(top_builddir)/src/hello/libgnunethello.la \ libgnunetats.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la + +test_ats_api_delayed_service_performance_list_all_addresses_SOURCES = \ + test_ats_api_delayed_service_performance_list_all_addresses.c +test_ats_api_delayed_service_performance_list_all_addresses_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/hello/libgnunethello.la \ + libgnunetats.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la test_ats_api_performance_list_peer_addresses_SOURCES = \ test_ats_api_performance_list_peer_addresses.c @@ -500,7 +520,9 @@ test_ats_solver_preferences_ril_LDADD = \ EXTRA_DIST = \ ats.h \ + test_delay \ test_ats_api.conf \ + test_ats_api_delayed.conf \ test_ats_mlp.conf \ test_ats_solver_default.conf \ test_ats_solver_proportional.conf \ -- cgit v1.2.3