aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-20 22:11:46 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-20 22:11:46 +0000
commit8ed3fd0ed3c99354dee4e5c9bbf471f527007cab (patch)
treec93f5515cf48b7b530a32d7c816560e0683b8a64 /src/hostlist/Makefile.am
parentac9dfe2326a4d1a2c601a77589bc84e1da4a0250 (diff)
downloadgnunet-8ed3fd0ed3c99354dee4e5c9bbf471f527007cab.tar.gz
gnunet-8ed3fd0ed3c99354dee4e5c9bbf471f527007cab.zip
reconnect test
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index e2dd27a29..8fa95c50e 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -33,12 +33,14 @@ gnunet_daemon_hostlist_CPPFLAGS = \
33 33
34check_PROGRAMS = \ 34check_PROGRAMS = \
35 test_gnunet_daemon_hostlist \ 35 test_gnunet_daemon_hostlist \
36 test_gnunet_daemon_hostlist_reconnect \
36 test_gnunet_daemon_hostlist_learning 37 test_gnunet_daemon_hostlist_learning
37 38
38if HAVE_MHD 39if HAVE_MHD
39if !DISABLE_TEST_RUN 40if !DISABLE_TEST_RUN
40TESTS = \ 41TESTS = \
41 test_gnunet_daemon_hostlist \ 42 test_gnunet_daemon_hostlist \
43 test_gnunet_daemon_hostlist_reconnect \
42 test_gnunet_daemon_hostlist_learning 44 test_gnunet_daemon_hostlist_learning
43endif 45endif
44endif 46endif
@@ -49,6 +51,12 @@ test_gnunet_daemon_hostlist_LDADD = \
49 $(top_builddir)/src/transport/libgnunettransport.la \ 51 $(top_builddir)/src/transport/libgnunettransport.la \
50 $(top_builddir)/src/util/libgnunetutil.la 52 $(top_builddir)/src/util/libgnunetutil.la
51 53
54test_gnunet_daemon_hostlist_reconnect_SOURCES = \
55 test_gnunet_daemon_hostlist_reconnect.c
56test_gnunet_daemon_hostlist_reconnect_LDADD = \
57 $(top_builddir)/src/transport/libgnunettransport.la \
58 $(top_builddir)/src/util/libgnunetutil.la
59
52test_gnunet_daemon_hostlist_learning_SOURCES = \ 60test_gnunet_daemon_hostlist_learning_SOURCES = \
53 test_gnunet_daemon_hostlist_learning.c 61 test_gnunet_daemon_hostlist_learning.c
54test_gnunet_daemon_hostlist_learning_LDADD = \ 62test_gnunet_daemon_hostlist_learning_LDADD = \