aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-05 14:24:41 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-05 14:24:41 +0000
commit765c01ac57c598b3e4588c34ab633197c00e9a9a (patch)
tree7935788855f7ae128c53304443500b2eb44ae1fd
parentd3d9089f03db07e1966fafd5386d8a74a6856e9a (diff)
downloadgnunet-765c01ac57c598b3e4588c34ab633197c00e9a9a.tar.gz
gnunet-765c01ac57c598b3e4588c34ab633197c00e9a9a.zip
- run test_mesh_regex by 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 77e305b02..0357a27a1 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_small_unicast test_mesh_small_multicast 198 test_mesh_2dtorus test_mesh_regex test_mesh_small_unicast test_mesh_small_multicast
199endif 199endif
200 200
201EXTRA_DIST = \ 201EXTRA_DIST = \