From: Bart Polot Date: Sat, 5 Nov 2011 01:52:19 +0000 (+0000) Subject: Added testcase, fixed naming X-Git-Tag: initial-import-from-subversion-38251~16036 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13dd29b19c5d0d30901444a358f3331a76b3da5c;p=oweals%2Fgnunet.git Added testcase, fixed naming --- 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 = \ if ENABLE_TEST_RUN -TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast test_mesh_small_multicast +TESTS = 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 endif EXTRA_DIST = \ test_mesh.conf \ - test_mesh_path.conf \ + test_mesh_2dtorus.conf \ 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 @@ */ /** - * @file mesh/test_mesh_path.c - * @brief test mesh path: test of path management api + * @file mesh/test_mesh_tree_api.c + * @brief test mesh tree api: test of tree & path management api * @author Bartlomiej Polot */ @@ -152,7 +152,7 @@ main (int argc, char *argv[]) failed = 0; cb_call = 0; - GNUNET_log_setup ("test_mesh_api_path", + GNUNET_log_setup ("test_mesh_api_tree", #if VERBOSE "DEBUG", #else