aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \
110 110
111if ENABLE_TEST_RUN 111if ENABLE_TEST_RUN
112if HAVE_EXPERIMENTAL 112if HAVE_EXPERIMENTAL
113TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 113TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast
114endif 114endif
115endif 115endif
116 116