aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-29 19:18:54 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-29 19:18:54 +0000
commit905713e8a7392c78dbd3ef89e40b5c6281afd4c5 (patch)
treee0927c02f01331f9855c48b0311390869ba3f869 /src/hostlist/Makefile.am
parentfda186a0d462dcbd221118c06a3ec6db6a819088 (diff)
downloadgnunet-905713e8a7392c78dbd3ef89e40b5c6281afd4c5.tar.gz
gnunet-905713e8a7392c78dbd3ef89e40b5c6281afd4c5.zip
convert tests to new transport API
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 57fc54f4a..31ce5bf62 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -59,15 +59,20 @@ check_PROGRAMS = \
59 test_gnunet_daemon_hostlist \ 59 test_gnunet_daemon_hostlist \
60 test_gnunet_daemon_hostlist_reconnect \ 60 test_gnunet_daemon_hostlist_reconnect \
61 test_gnunet_daemon_hostlist_learning 61 test_gnunet_daemon_hostlist_learning
62else
63if HAVE_LIBCURL
64check_PROGRAMS = \
65 test_gnunet_daemon_hostlist \
66 test_gnunet_daemon_hostlist_reconnect \
67 test_gnunet_daemon_hostlist_learning
68endif
69endif
62 70
63if HAVE_MHD 71if HAVE_MHD
64if ENABLE_TEST_RUN 72if ENABLE_TEST_RUN
65AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 73AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
66TESTS = \ 74TESTS = \
67 test_gnunet_daemon_hostlist \ 75 $(check_PROGRAMS)
68 test_gnunet_daemon_hostlist_reconnect \
69 test_gnunet_daemon_hostlist_learning
70endif
71endif 76endif
72endif 77endif
73 78