aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-05 01:52:19 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-05 01:52:19 +0000
commit13dd29b19c5d0d30901444a358f3331a76b3da5c (patch)
treeb957109968c4546861a60b009846512f02849200 /src/mesh
parent1a0cfe2842a5d86eb8675b5c4c608d912b362154 (diff)
downloadgnunet-13dd29b19c5d0d30901444a358f3331a76b3da5c.tar.gz
gnunet-13dd29b19c5d0d30901444a358f3331a76b3da5c.zip
Added testcase, fixed naming
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/Makefile.am4
-rw-r--r--src/mesh/test_mesh_tree_api.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index d63649ad6..d40e556c8 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -121,10 +121,10 @@ test_mesh_small_multicast_DEPENDENCIES = \
121 121
122 122
123if ENABLE_TEST_RUN 123if ENABLE_TEST_RUN
124TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast test_mesh_small_multicast 124TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 test_mesh_2dtorus test_mesh_small_unicast test_mesh_small_multicast
125endif 125endif
126 126
127EXTRA_DIST = \ 127EXTRA_DIST = \
128 test_mesh.conf \ 128 test_mesh.conf \
129 test_mesh_path.conf \ 129 test_mesh_2dtorus.conf \
130 test_mesh_small.conf \ No newline at end of file 130 test_mesh_small.conf \ No newline at end of file
diff --git a/src/mesh/test_mesh_tree_api.c b/src/mesh/test_mesh_tree_api.c
index b1bdcd693..cbe694c11 100644
--- a/src/mesh/test_mesh_tree_api.c
+++ b/src/mesh/test_mesh_tree_api.c
@@ -19,8 +19,8 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file mesh/test_mesh_path.c 22 * @file mesh/test_mesh_tree_api.c
23 * @brief test mesh path: test of path management api 23 * @brief test mesh tree api: test of tree & path management api
24 * @author Bartlomiej Polot 24 * @author Bartlomiej Polot
25 */ 25 */
26 26
@@ -152,7 +152,7 @@ main (int argc, char *argv[])
152 152
153 failed = 0; 153 failed = 0;
154 cb_call = 0; 154 cb_call = 0;
155 GNUNET_log_setup ("test_mesh_api_path", 155 GNUNET_log_setup ("test_mesh_api_tree",
156#if VERBOSE 156#if VERBOSE
157 "DEBUG", 157 "DEBUG",
158#else 158#else