aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-08 08:02:07 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-08 08:02:07 +0000
commitdd3619ecd312a1b7eb26f53bc1cdf45a1caad7df (patch)
treeeccf9588a3426f0375d0b35df2dbb4bf7085a768 /src/peerinfo
parent6d340c972ed597063d60db7a334067f646e016df (diff)
downloadgnunet-dd3619ecd312a1b7eb26f53bc1cdf45a1caad7df.tar.gz
gnunet-dd3619ecd312a1b7eb26f53bc1cdf45a1caad7df.zip
-reenable shipped hellos test
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 24d35c9a3..f4e820253 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -35,11 +35,11 @@ libexec_PROGRAMS = \
35 gnunet-service-peerinfo 35 gnunet-service-peerinfo
36 36
37gnunet_service_peerinfo_SOURCES = \ 37gnunet_service_peerinfo_SOURCES = \
38 gnunet-service-peerinfo.c 38 gnunet-service-peerinfo.c
39gnunet_service_peerinfo_LDADD = \ 39gnunet_service_peerinfo_LDADD = \
40 $(top_builddir)/src/hello/libgnunethello.la \ 40 $(top_builddir)/src/hello/libgnunethello.la \
41 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 41 $(top_builddir)/src/statistics/libgnunetstatistics.la \
42 $(top_builddir)/src/util/libgnunetutil.la 42 $(top_builddir)/src/util/libgnunetutil.la
43 43
44if HAVE_BENCHMARKS 44if HAVE_BENCHMARKS
45 PEERINFO_BENCHMARKS = \ 45 PEERINFO_BENCHMARKS = \
@@ -48,12 +48,12 @@ endif
48 48
49if HAVE_TESTING 49if HAVE_TESTING
50check_PROGRAMS = \ 50check_PROGRAMS = \
51 test_peerinfo_shipped_hellos \
51 test_peerinfo_api \ 52 test_peerinfo_api \
52 test_peerinfo_api_friend_only \ 53 test_peerinfo_api_friend_only \
53 test_peerinfo_api_notify_friend_only \ 54 test_peerinfo_api_notify_friend_only \
54 $(PEERINFO_BENCHMARKS) 55 $(PEERINFO_BENCHMARKS)
55endif 56endif
56# test_peerinfo_shipped_hellos
57 57
58 58
59if ENABLE_TEST_RUN 59if ENABLE_TEST_RUN
@@ -67,7 +67,7 @@ test_peerinfo_shipped_hellos_LDADD = \
67 $(top_builddir)/src/hello/libgnunethello.la \ 67 $(top_builddir)/src/hello/libgnunethello.la \
68 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 68 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
69 $(top_builddir)/src/testing/libgnunettesting.la \ 69 $(top_builddir)/src/testing/libgnunettesting.la \
70 $(top_builddir)/src/util/libgnunetutil.la 70 $(top_builddir)/src/util/libgnunetutil.la
71 71
72test_peerinfo_api_SOURCES = \ 72test_peerinfo_api_SOURCES = \
73 test_peerinfo_api.c 73 test_peerinfo_api.c
@@ -75,7 +75,7 @@ test_peerinfo_api_LDADD = \
75 $(top_builddir)/src/hello/libgnunethello.la \ 75 $(top_builddir)/src/hello/libgnunethello.la \
76 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 76 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
77 $(top_builddir)/src/testing/libgnunettesting.la \ 77 $(top_builddir)/src/testing/libgnunettesting.la \
78 $(top_builddir)/src/util/libgnunetutil.la 78 $(top_builddir)/src/util/libgnunetutil.la
79 79
80test_peerinfo_api_friend_only_SOURCES = \ 80test_peerinfo_api_friend_only_SOURCES = \
81 test_peerinfo_api_friend_only.c 81 test_peerinfo_api_friend_only.c
@@ -83,7 +83,7 @@ test_peerinfo_api_friend_only_LDADD = \
83 $(top_builddir)/src/hello/libgnunethello.la \ 83 $(top_builddir)/src/hello/libgnunethello.la \
84 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 84 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
85 $(top_builddir)/src/testing/libgnunettesting.la \ 85 $(top_builddir)/src/testing/libgnunettesting.la \
86 $(top_builddir)/src/util/libgnunetutil.la 86 $(top_builddir)/src/util/libgnunetutil.la
87 87
88test_peerinfo_api_notify_friend_only_SOURCES = \ 88test_peerinfo_api_notify_friend_only_SOURCES = \
89 test_peerinfo_api_notify_friend_only.c 89 test_peerinfo_api_notify_friend_only.c
@@ -99,7 +99,7 @@ perf_peerinfo_api_LDADD = \
99 $(top_builddir)/src/hello/libgnunethello.la \ 99 $(top_builddir)/src/hello/libgnunethello.la \
100 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 100 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
101 $(top_builddir)/src/testing/libgnunettesting.la \ 101 $(top_builddir)/src/testing/libgnunettesting.la \
102 $(top_builddir)/src/util/libgnunetutil.la 102 $(top_builddir)/src/util/libgnunetutil.la
103 103
104EXTRA_DIST = \ 104EXTRA_DIST = \
105 test_peerinfo_api_data.conf 105 test_peerinfo_api_data.conf