From 75cb1be5b4c6322881d4664e53fe1d1afe92532d Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 5 Jul 2012 15:15:33 +0000 Subject: [PATCH] - dont run regex test until mesh_new is made default --- 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 0357a27a1..77e305b02 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -195,7 +195,7 @@ test_mesh_small_speed_ack_DEPENDENCIES = \ if ENABLE_TEST_RUN TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 \ - test_mesh_2dtorus test_mesh_regex test_mesh_small_unicast test_mesh_small_multicast + test_mesh_2dtorus test_mesh_small_unicast test_mesh_small_multicast endif EXTRA_DIST = \ -- 2.25.1