aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 10:45:33 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 10:45:33 +0000
commitf7b5b476ba55ee45fefff22777f525cc81b4cae8 (patch)
treea33e5983ab6c8b0e35c1055cb7503ec4fac90041 /src/transport
parent0ac9a4984e1e551293ea8ea00f3c8ea2c5460d91 (diff)
downloadgnunet-f7b5b476ba55ee45fefff22777f525cc81b4cae8.tar.gz
gnunet-f7b5b476ba55ee45fefff22777f525cc81b4cae8.zip
adding configure code for --enable-benchmarks, --enable-expensive-tests, some clean up
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 216fcb0cd..f68ec4315 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -234,10 +234,14 @@ libgnunet_plugin_transport_https_la_CFLAGS = \
234libgnunet_plugin_transport_https_la_CPPFLAGS = \ 234libgnunet_plugin_transport_https_la_CPPFLAGS = \
235 @LIBCURL_CPPFLAGS@ 235 @LIBCURL_CPPFLAGS@
236 236
237if HAVE_BENCHMARKS
238 TRANSPORT_BENCHMARKS = \
239 perf_transport_ats
240endif
237 241
238check_PROGRAMS = \ 242check_PROGRAMS = \
239 test_transport_ats \ 243 test_transport_ats \
240 perf_transport_ats \ 244 $(TRANSPORT_BENCHMARKS) \
241 test_transport_api_tcp \ 245 test_transport_api_tcp \
242 test_transport_api_tcp_nat \ 246 test_transport_api_tcp_nat \
243 test_transport_api_udp \ 247 test_transport_api_udp \
@@ -266,7 +270,7 @@ check_PROGRAMS = \
266 $(WLAN_UREL_TEST) 270 $(WLAN_UREL_TEST)
267# TODO: add tests for nat, etc. 271# TODO: add tests for nat, etc.
268 272
269if !DISABLE_TEST_RUN 273if ENABLE_TEST_RUN
270TESTS = \ 274TESTS = \
271 test_transport_ats \ 275 test_transport_ats \
272 perf_transport_ats \ 276 perf_transport_ats \