aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-10 07:25:24 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-10 07:25:24 +0000
commit54ed2dc773c3f009f6861af2317f26b031e9d2a3 (patch)
tree13c7a20bc151f2093299721ca98fc51176de4d8c /src/peerinfo/Makefile.am
parentd65fc468de7a61f016e476cfe3fc471901f32e8a (diff)
downloadgnunet-54ed2dc773c3f009f6861af2317f26b031e9d2a3.tar.gz
gnunet-54ed2dc773c3f009f6861af2317f26b031e9d2a3.zip
testing hellos shipped
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r--src/peerinfo/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 89ce66a26..c3863ab65 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -47,6 +47,7 @@ if HAVE_BENCHMARKS
47endif 47endif
48 48
49check_PROGRAMS = \ 49check_PROGRAMS = \
50 test_peerinfo_shipped_hellos \
50 test_peerinfo_api \ 51 test_peerinfo_api \
51 test_peerinfo_api_friend_only \ 52 test_peerinfo_api_friend_only \
52 test_peerinfo_api_notify_friend_only \ 53 test_peerinfo_api_notify_friend_only \
@@ -56,6 +57,14 @@ if ENABLE_TEST_RUN
56TESTS = $(check_PROGRAMS) 57TESTS = $(check_PROGRAMS)
57endif 58endif
58 59
60test_peerinfo_shipped_hellos_SOURCES = \
61 test_peerinfo_shipped_hellos.c
62test_peerinfo_shipped_hellos_LDADD = \
63 $(top_builddir)/src/hello/libgnunethello.la \
64 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
65 $(top_builddir)/src/testing/libgnunettesting.la \
66 $(top_builddir)/src/util/libgnunetutil.la
67
59test_peerinfo_api_SOURCES = \ 68test_peerinfo_api_SOURCES = \
60 test_peerinfo_api.c 69 test_peerinfo_api.c
61test_peerinfo_api_LDADD = \ 70test_peerinfo_api_LDADD = \