aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
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 = \