gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32957 - gnunet/src/peerinfo


From: gnunet
Subject: [GNUnet-SVN] r32957 - gnunet/src/peerinfo
Date: Tue, 8 Apr 2014 10:02:07 +0200

Author: grothoff
Date: 2014-04-08 10:02:07 +0200 (Tue, 08 Apr 2014)
New Revision: 32957

Modified:
   gnunet/src/peerinfo/Makefile.am
Log:
-reenable shipped hellos test

Modified: gnunet/src/peerinfo/Makefile.am
===================================================================
--- gnunet/src/peerinfo/Makefile.am     2014-04-08 07:45:48 UTC (rev 32956)
+++ gnunet/src/peerinfo/Makefile.am     2014-04-08 08:02:07 UTC (rev 32957)
@@ -35,11 +35,11 @@
  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 @@
 
 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 @@
  $(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 @@
  $(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 @@
  $(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 @@
  $(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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]