plugin datastore mysql
[oweals/gnunet.git] / src / rps / Makefile.am
index f08ded57aae3bf18440a627e3ed0116f88b799ff..91efc3a5521b422f83616d5c1389eb28a56b2bd8 100644 (file)
@@ -73,6 +73,7 @@ if HAVE_TESTING
 check_PROGRAMS = \
  test_service_rps_view \
  test_service_rps_custommap \
+ test_service_rps_peers \
  test_rps_malicious_1 \
  test_rps_malicious_2 \
  test_rps_malicious_3 \
@@ -102,6 +103,11 @@ test_service_rps_view_SOURCES = gnunet-service-rps_view.h gnunet-service-rps_vie
                                                                                                                                test_service_rps_view.c
 test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la
 
+test_service_rps_peers_SOURCES = gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
+                                                                                                                                test_service_rps_peers.c
+test_service_rps_peers_LDADD = $(top_builddir)/src/util/libgnunetutil.la \
+                                                                                                                        $(top_builddir)/src/cadet/libgnunetcadet.la
+
 test_service_rps_custommap_SOURCES = gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
                                                                                                                                 test_service_rps_custommap.c
 test_service_rps_custommap_LDADD = $(top_builddir)/src/util/libgnunetutil.la