aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-15 21:15:14 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-15 21:15:14 +0000
commit98a60eb782a11e3c86e0adc1282ffdd722a96c73 (patch)
treec724530677d0368973a26a9487ba152d6614549b /src/transport
parent1ff75f944f66e60d81a1f4157f3f2cfb21fa4f89 (diff)
downloadgnunet-98a60eb782a11e3c86e0adc1282ffdd722a96c73.tar.gz
gnunet-98a60eb782a11e3c86e0adc1282ffdd722a96c73.zip
check for existence of 'getopt' command line tool
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index f7f6a9370..42432a403 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -489,8 +489,11 @@ check_PROGRAMS = \
489 $(HTTP_QUOTA_TEST) \ 489 $(HTTP_QUOTA_TEST) \
490 $(HTTPS_QUOTA_TEST) \ 490 $(HTTPS_QUOTA_TEST) \
491 $(WLAN_QUOTA_TEST) \ 491 $(WLAN_QUOTA_TEST) \
492 $(BT_QUOTA_TEST) \ 492 $(BT_QUOTA_TEST)
493 test_transport_api_slow_ats 493if HAVE_GETOPT_BINARY
494check_PROGRAMS += \
495test_transport_api_slow_ats
496endif
494endif 497endif
495 498
496if ENABLE_TEST_RUN 499if ENABLE_TEST_RUN
@@ -549,7 +552,6 @@ TESTS = \
549 $(UNIX_QUOTA_TEST) \ 552 $(UNIX_QUOTA_TEST) \
550 $(HTTP_QUOTA_TEST) \ 553 $(HTTP_QUOTA_TEST) \
551 $(HTTPS_QUOTA_TEST) \ 554 $(HTTPS_QUOTA_TEST) \
552 test_transport_api_slow_ats \
553 test_transport_api_timeout_tcp \ 555 test_transport_api_timeout_tcp \
554 test_transport_api_timeout_udp \ 556 test_transport_api_timeout_udp \
555 $(UNIX_PLUGIN_TIMEOUT_TEST) \ 557 $(UNIX_PLUGIN_TIMEOUT_TEST) \
@@ -561,6 +563,10 @@ TESTS = \
561 test_transport_address_switch_udp \ 563 test_transport_address_switch_udp \
562 $(HTTP_SWITCH) \ 564 $(HTTP_SWITCH) \
563 $(HTTPS_SWITCH) 565 $(HTTPS_SWITCH)
566if HAVE_GETOPT_BINARY
567TESTS += \
568test_transport_api_slow_ats
569endif
564endif 570endif
565 571
566test_transport_testing_startstop_SOURCES = \ 572test_transport_testing_startstop_SOURCES = \