aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 152b528d2..77d3e8cbe 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -40,7 +40,8 @@ check_PROGRAMS = \
40 test_testing_topology_internat \ 40 test_testing_topology_internat \
41 test_testing_topology_none \ 41 test_testing_topology_none \
42 test_testing_topology_scale_free 42 test_testing_topology_scale_free
43 43
44if !DISABLE_TEST_RUN
44TESTS = \ 45TESTS = \
45 test_testing \ 46 test_testing \
46 test_testing_connect \ 47 test_testing_connect \
@@ -60,6 +61,7 @@ TESTS = \
60# test_testing_topology_erdos_renyi \ 61# test_testing_topology_erdos_renyi \
61# test_testing_topology_internat \ 62# test_testing_topology_internat \
62# test_testing_topology_scale_free 63# test_testing_topology_scale_free
64endif
63 65
64test_testing_SOURCES = \ 66test_testing_SOURCES = \
65 test_testing.c 67 test_testing.c