From eab07aa4f5151b0bf76a30338279f39418a4528d Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 4 Nov 2011 15:16:44 +0000 Subject: [PATCH] Reenable multicast testcase --- src/mesh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index f6546a586..fa6af8d7f 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -114,7 +114,7 @@ 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 +TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast test_mesh_small_multicast endif EXTRA_DIST = \ -- 2.25.1