aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-26 08:11:32 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-26 08:11:32 +0000
commit36b7b9b8e10bf92986f9dd45ab7d8522f5843486 (patch)
treebd82b879ca4756168d5b79d82a7b288d105dca43 /src/ats
parentf6db768224fa34e874bc8a20019916a64816e92d (diff)
downloadgnunet-36b7b9b8e10bf92986f9dd45ab7d8522f5843486.tar.gz
gnunet-36b7b9b8e10bf92986f9dd45ab7d8522f5843486.zip
rename test
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/Makefile.am8
-rw-r--r--src/ats/test_ats_api_performance_list_addresses.c (renamed from src/ats/test_ats_api_performance.c)6
2 files changed, 7 insertions, 7 deletions
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 = \
74 test_ats_simplistic_switch_networks \ 74 test_ats_simplistic_switch_networks \
75 test_ats_simplistic_change_preference \ 75 test_ats_simplistic_change_preference \
76 test_ats_simplistic_pref_aging \ 76 test_ats_simplistic_pref_aging \
77 test_ats_api_performance \ 77 test_ats_api_performance_list_addresses \
78 test_ats_api_performance_monitor \ 78 test_ats_api_performance_monitor \
79 $(GN_MLP_TEST) $(GN_MLP_PERF) $(GN_MLP_TEST_UPDATE) 79 $(GN_MLP_TEST) $(GN_MLP_PERF) $(GN_MLP_TEST_UPDATE)
80# $(GN_MLP_TEST_AVG) 80# $(GN_MLP_TEST_AVG)
@@ -158,9 +158,9 @@ test_ats_api_scheduling_block_and_reset_LDADD = \
158 $(top_builddir)/src/testing/libgnunettesting.la \ 158 $(top_builddir)/src/testing/libgnunettesting.la \
159 $(top_builddir)/src/ats/libgnunetats.la 159 $(top_builddir)/src/ats/libgnunetats.la
160 160
161test_ats_api_performance_SOURCES = \ 161test_ats_api_performance_list_addresses_SOURCES = \
162 test_ats_api_performance.c 162 test_ats_api_performance_list_addresses.c
163test_ats_api_performance_LDADD = \ 163test_ats_api_performance_list_addresses_LDADD = \
164 $(top_builddir)/src/util/libgnunetutil.la \ 164 $(top_builddir)/src/util/libgnunetutil.la \
165 $(top_builddir)/src/testing/libgnunettesting.la \ 165 $(top_builddir)/src/testing/libgnunettesting.la \
166 $(top_builddir)/src/hello/libgnunethello.la \ 166 $(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
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 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20/** 20/**
21 * @file ats/test_ats_api_performance.c 21 * @file ats/test_ats_api_performance_list_addresses.c
22 * @brief test adding addresses in automatic transport selection performance API 22 * @brief test performance API's address listing feature
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 */ 25 */
@@ -569,4 +569,4 @@ main (int argc, char *argv[])
569 return ret; 569 return ret;
570} 570}
571 571
572/* end of file test_ats_api_performance.c */ 572/* end of file test_ats_api_performance_list_addresses.c */