From 19a28dc192c59da09b2668c33fbbcce421f5a05d Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 29 Aug 2012 12:46:58 +0000 Subject: [PATCH] - run p2p stress test by default --- src/mesh/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ test_mesh_local_traffic_bck \ test_mesh_local_traffic_both \ test_mesh_2dtorus test_mesh_regex \ - test_mesh_small_unicast test_mesh_small_multicast + test_mesh_small_unicast test_mesh_small_multicast \ + test_mesh_small_speed endif EXTRA_DIST = \ -- 2.25.1