From 36b7b9b8e10bf92986f9dd45ab7d8522f5843486 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 26 Mar 2013 08:11:32 +0000 Subject: [PATCH] rename test --- src/ats/Makefile.am | 8 ++++---- ...rmance.c => test_ats_api_performance_list_addresses.c} | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) rename src/ats/{test_ats_api_performance.c => test_ats_api_performance_list_addresses.c} (99%) diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index b94d88694..d8c74d7ee 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -74,7 +74,7 @@ check_PROGRAMS = \ test_ats_simplistic_switch_networks \ test_ats_simplistic_change_preference \ test_ats_simplistic_pref_aging \ - test_ats_api_performance \ + test_ats_api_performance_list_addresses \ test_ats_api_performance_monitor \ $(GN_MLP_TEST) $(GN_MLP_PERF) $(GN_MLP_TEST_UPDATE) # $(GN_MLP_TEST_AVG) @@ -158,9 +158,9 @@ test_ats_api_scheduling_block_and_reset_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/ats/libgnunetats.la -test_ats_api_performance_SOURCES = \ - test_ats_api_performance.c -test_ats_api_performance_LDADD = \ +test_ats_api_performance_list_addresses_SOURCES = \ + test_ats_api_performance_list_addresses.c +test_ats_api_performance_list_addresses_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/hello/libgnunethello.la \ diff --git a/src/ats/test_ats_api_performance.c b/src/ats/test_ats_api_performance_list_addresses.c similarity index 99% rename from src/ats/test_ats_api_performance.c rename to src/ats/test_ats_api_performance_list_addresses.c index a49b33de1..422dbfcf5 100644 --- a/src/ats/test_ats_api_performance.c +++ b/src/ats/test_ats_api_performance_list_addresses.c @@ -18,8 +18,8 @@ Boston, MA 02111-1307, USA. */ /** - * @file ats/test_ats_api_performance.c - * @brief test adding addresses in automatic transport selection performance API + * @file ats/test_ats_api_performance_list_addresses.c + * @brief test performance API's address listing feature * @author Christian Grothoff * @author Matthias Wachs */ @@ -569,4 +569,4 @@ main (int argc, char *argv[]) return ret; } -/* end of file test_ats_api_performance.c */ +/* end of file test_ats_api_performance_list_addresses.c */ -- 2.25.1