Added testcase, fixed naming
authorBart Polot <bart@net.in.tum.de>
Sat, 5 Nov 2011 01:52:19 +0000 (01:52 +0000)
committerBart Polot <bart@net.in.tum.de>
Sat, 5 Nov 2011 01:52:19 +0000 (01:52 +0000)
src/mesh/Makefile.am
src/mesh/test_mesh_tree_api.c

index d63649ad6d0caecb0e17975ee424feba50469c70..d40e556c8338bfb064913ebe013261fbee1285cf 100644 (file)
@@ -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
index b1bdcd6930a4229a21697f642a39022904fc8c54..cbe694c11d90dc977177bf257cdcac5732a72794 100644 (file)
@@ -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