From 4608cc37d729cff2cdd998053d3e75fda73d892a Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 8 Jul 2011 17:12:05 +0000 Subject: expensive tests flag --- src/testing/Makefile.am | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'src/testing') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 2b1778876..878cffa27 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -9,6 +9,25 @@ if USE_COVERAGE XLIB = -lgcov endif +if HAVE_EXPENSIVE_TESTS + EXPENSIVE_TESTS = \ + test_testing_topology_stability \ + test_testing_topology_clique_random \ + test_testing_topology_clique_minimum \ + test_testing_topology_clique_dfs \ + test_testing_topology_churn \ + test_testing_topology_line + test_testing_topology_blacklist \ + test_testing_group_remote \ + test_testing_topology_ring \ + test_testing_topology_2d_torus \ + test_testing_topology_small_world_ring \ + test_testing_topology_small_world_torus \ + test_testing_topology_erdos_renyi \ + test_testing_topology_internat \ + test_testing_topology_scale_free +endif + lib_LTLIBRARIES = libgnunettesting.la libgnunettesting_la_SOURCES = \ @@ -55,21 +74,6 @@ TESTS = \ test_testing_group \ test_testing_peergroup \ test_testing_topology_clique -# test_testing_topology_stability \ -# test_testing_topology_clique_random \ -# test_testing_topology_clique_minimum \ -# test_testing_topology_clique_dfs \ -# test_testing_topology_churn \ -# test_testing_topology_line -# test_testing_topology_blacklist \ -# test_testing_group_remote \ -# test_testing_topology_ring \ -# test_testing_topology_2d_torus \ -# test_testing_topology_small_world_ring \ -# test_testing_topology_small_world_torus \ -# test_testing_topology_erdos_renyi \ -# test_testing_topology_internat \ -# test_testing_topology_scale_free endif test_testing_SOURCES = \ -- cgit v1.2.3