From: Bart Polot Date: Tue, 4 Oct 2011 15:04:16 +0000 (+0000) Subject: Enabled DHT testcase, added unicast testcase X-Git-Tag: initial-import-from-subversion-38251~16812 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dc176519254fa2d58ea1526421ffbcc7c295b24d;p=oweals%2Fgnunet.git Enabled DHT testcase, added unicast testcase --- diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index ad91ad16c..3623a48ad 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -110,7 +110,7 @@ test_mesh_small_unicast_DEPENDENCIES = \ if ENABLE_TEST_RUN if HAVE_EXPERIMENTAL -TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 +TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast endif endif