From 893acb679e80a7ad9c38885711139a9619fb4c6c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 5 Apr 2013 09:26:21 +0000 Subject: test --- src/peerinfo/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/peerinfo/Makefile.am') diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index 5a2558048..89ce66a26 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -49,6 +49,7 @@ endif check_PROGRAMS = \ test_peerinfo_api \ test_peerinfo_api_friend_only \ + test_peerinfo_api_notify_friend_only \ $(PEERINFO_BENCHMARKS) if ENABLE_TEST_RUN @@ -71,6 +72,14 @@ test_peerinfo_api_friend_only_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la +test_peerinfo_api_notify_friend_only_SOURCES = \ + test_peerinfo_api_notify_friend_only.c +test_peerinfo_api_notify_friend_only_LDADD = \ + $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la + perf_peerinfo_api_SOURCES = \ perf_peerinfo_api.c perf_peerinfo_api_LDADD = \ -- cgit v1.2.3