aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-04 13:56:50 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-04 13:56:50 +0000
commit0fd8f9587471a5b2b5107ebd62c9f424266d5eef (patch)
treef16f330a9ef3062f465e4f93d7b9cc580d7cc131 /src/peerinfo/Makefile.am
parent40ae7b109ac101984cebc3f506c2fe390a803b54 (diff)
downloadgnunet-0fd8f9587471a5b2b5107ebd62c9f424266d5eef.tar.gz
gnunet-0fd8f9587471a5b2b5107ebd62c9f424266d5eef.zip
test
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 8387c4fc4..5a2558048 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -48,6 +48,7 @@ endif
48 48
49check_PROGRAMS = \ 49check_PROGRAMS = \
50 test_peerinfo_api \ 50 test_peerinfo_api \
51 test_peerinfo_api_friend_only \
51 $(PEERINFO_BENCHMARKS) 52 $(PEERINFO_BENCHMARKS)
52 53
53if ENABLE_TEST_RUN 54if ENABLE_TEST_RUN
@@ -62,6 +63,14 @@ test_peerinfo_api_LDADD = \
62 $(top_builddir)/src/testing/libgnunettesting.la \ 63 $(top_builddir)/src/testing/libgnunettesting.la \
63 $(top_builddir)/src/util/libgnunetutil.la 64 $(top_builddir)/src/util/libgnunetutil.la
64 65
66test_peerinfo_api_friend_only_SOURCES = \
67 test_peerinfo_api_friend_only.c
68test_peerinfo_api_friend_only_LDADD = \
69 $(top_builddir)/src/hello/libgnunethello.la \
70 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
71 $(top_builddir)/src/testing/libgnunettesting.la \
72 $(top_builddir)/src/util/libgnunetutil.la
73
65perf_peerinfo_api_SOURCES = \ 74perf_peerinfo_api_SOURCES = \
66 perf_peerinfo_api.c 75 perf_peerinfo_api.c
67perf_peerinfo_api_LDADD = \ 76perf_peerinfo_api_LDADD = \