aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
commite3dca1bf40ac8d8a884c261045ad1e9cade49a15 (patch)
tree9db4cf6a2dcf5716d2d1548cab0d0d9922443c6a /src/testing/Makefile.am
parent8f4f36517e4220ca5539008cd19cb3b9a40f6499 (diff)
downloadgnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.tar.gz
gnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.zip
fixes to build
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