From 765c01ac57c598b3e4588c34ab633197c00e9a9a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 5 Jul 2012 14:24:41 +0000 Subject: [PATCH] - run test_mesh_regex by 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 77e305b02..0357a27a1 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_small_unicast test_mesh_small_multicast + test_mesh_2dtorus test_mesh_regex test_mesh_small_unicast test_mesh_small_multicast endif EXTRA_DIST = \ -- 2.25.1