aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-08-29 12:46:58 +0000
committerBart Polot <bart@net.in.tum.de>2012-08-29 12:46:58 +0000
commit19a28dc192c59da09b2668c33fbbcce421f5a05d (patch)
treeea30da0da2ad87533b7cee81e7cf7a22fb14cd03 /src
parent2807b9f8556fac56e77bdf07165d61507678092f (diff)
downloadgnunet-19a28dc192c59da09b2668c33fbbcce421f5a05d.tar.gz
gnunet-19a28dc192c59da09b2668c33fbbcce421f5a05d.zip
- run p2p stress test by default
Diffstat (limited to 'src')
-rw-r--r--src/mesh/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 4bcaca755..2c9fd8db4 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -226,7 +226,8 @@ TESTS = test_mesh_api \
226 test_mesh_local_traffic_bck \ 226 test_mesh_local_traffic_bck \
227 test_mesh_local_traffic_both \ 227 test_mesh_local_traffic_both \
228 test_mesh_2dtorus test_mesh_regex \ 228 test_mesh_2dtorus test_mesh_regex \
229 test_mesh_small_unicast test_mesh_small_multicast 229 test_mesh_small_unicast test_mesh_small_multicast \
230 test_mesh_small_speed
230endif 231endif
231 232
232EXTRA_DIST = \ 233EXTRA_DIST = \