added a custom list/peer-/hashmap structure for use in rps
[oweals/gnunet.git] / src / rps / Makefile.am
index 8346f6c77caff7dbf8481dcf7074e8f78ae39b5c..4091b2c17dae105276c6287022307960405f0934 100644 (file)
@@ -68,6 +68,7 @@ gnunet_service_rps_LDADD = \
 
 if HAVE_TESTING
 check_PROGRAMS = \
+ test_service_rps_peers \
  test_rps_malicious_1 \
  test_rps_malicious_2 \
  test_rps_malicious_3 \
@@ -93,6 +94,10 @@ AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PAT
 TESTS = $(check_PROGRAMS)
 endif
 
+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
+
 test_rps_malicious_1_SOURCES = $(rps_test_src)
 test_rps_malicious_1_LDADD = $(ld_rps_test_lib)