aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-05 15:15:33 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-05 15:15:33 +0000
commit75cb1be5b4c6322881d4664e53fe1d1afe92532d (patch)
treee1cbae6ca2aa7aebddb0820345442402b658dc6b
parent7a684cc26adc556b8f3b573c3d03ad4ac6463c58 (diff)
downloadgnunet-75cb1be5b4c6322881d4664e53fe1d1afe92532d.tar.gz
gnunet-75cb1be5b4c6322881d4664e53fe1d1afe92532d.zip
- dont run regex test until mesh_new is made default
-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 0357a27a1..77e305b02 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -195,7 +195,7 @@ test_mesh_small_speed_ack_DEPENDENCIES = \
195 195
196if ENABLE_TEST_RUN 196if ENABLE_TEST_RUN
197TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 \ 197TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 \
198 test_mesh_2dtorus test_mesh_regex test_mesh_small_unicast test_mesh_small_multicast 198 test_mesh_2dtorus test_mesh_small_unicast test_mesh_small_multicast
199endif 199endif
200 200
201EXTRA_DIST = \ 201EXTRA_DIST = \