From dd3619ecd312a1b7eb26f53bc1cdf45a1caad7df Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 Apr 2014 08:02:07 +0000 Subject: -reenable shipped hellos test --- src/peerinfo/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/peerinfo/Makefile.am') 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 = \ gnunet-service-peerinfo gnunet_service_peerinfo_SOURCES = \ - gnunet-service-peerinfo.c + gnunet-service-peerinfo.c gnunet_service_peerinfo_LDADD = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/util/libgnunetutil.la if HAVE_BENCHMARKS PEERINFO_BENCHMARKS = \ @@ -48,12 +48,12 @@ endif if HAVE_TESTING check_PROGRAMS = \ + test_peerinfo_shipped_hellos \ test_peerinfo_api \ test_peerinfo_api_friend_only \ test_peerinfo_api_notify_friend_only \ - $(PEERINFO_BENCHMARKS) + $(PEERINFO_BENCHMARKS) endif -# test_peerinfo_shipped_hellos if ENABLE_TEST_RUN @@ -67,7 +67,7 @@ test_peerinfo_shipped_hellos_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 + $(top_builddir)/src/util/libgnunetutil.la test_peerinfo_api_SOURCES = \ test_peerinfo_api.c @@ -75,7 +75,7 @@ test_peerinfo_api_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 + $(top_builddir)/src/util/libgnunetutil.la test_peerinfo_api_friend_only_SOURCES = \ test_peerinfo_api_friend_only.c @@ -83,7 +83,7 @@ test_peerinfo_api_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 + $(top_builddir)/src/util/libgnunetutil.la test_peerinfo_api_notify_friend_only_SOURCES = \ test_peerinfo_api_notify_friend_only.c @@ -99,7 +99,7 @@ perf_peerinfo_api_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 + $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ - test_peerinfo_api_data.conf + test_peerinfo_api_data.conf -- cgit v1.2.3