aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-26 11:46:42 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-26 11:46:42 +0000
commite8024a46c34365da41f95431324625d5f4e85928 (patch)
tree90bd2e5f9c8818bf2ef130eac80cc7232f2c424f /src
parentf1fd0c894df5f31527c4158c38c3f8b86cea159a (diff)
downloadgnunet-e8024a46c34365da41f95431324625d5f4e85928.tar.gz
gnunet-e8024a46c34365da41f95431324625d5f4e85928.zip
Exclude multicast test from running by default
Diffstat (limited to 'src')
-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 4e7e5c323..7f042951d 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -121,7 +121,7 @@ test_mesh_small_multicast_DEPENDENCIES = \
121 121
122 122
123if ENABLE_TEST_RUN 123if ENABLE_TEST_RUN
124TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast test_mesh_small_multicast 124TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast
125endif 125endif
126 126
127EXTRA_DIST = \ 127EXTRA_DIST = \