aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-04-08 18:27:52 +0000
committerJulius Bünger <buenger@mytum.de>2016-04-08 18:27:52 +0000
commit298ab1efc669836811f5a0234e65cf0fb5313ace (patch)
tree6f75ebf2de6dbc7b90d5eb4481bcd04c1c1b2055 /src/rps/Makefile.am
parent3329003cb2aa8105a885a00867159effd23208b4 (diff)
downloadgnunet-298ab1efc669836811f5a0234e65cf0fb5313ace.tar.gz
gnunet-298ab1efc669836811f5a0234e65cf0fb5313ace.zip
rps: add test for gnunet-service-rps_peers
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index f08ded57a..91efc3a55 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -73,6 +73,7 @@ if HAVE_TESTING
73check_PROGRAMS = \ 73check_PROGRAMS = \
74 test_service_rps_view \ 74 test_service_rps_view \
75 test_service_rps_custommap \ 75 test_service_rps_custommap \
76 test_service_rps_peers \
76 test_rps_malicious_1 \ 77 test_rps_malicious_1 \
77 test_rps_malicious_2 \ 78 test_rps_malicious_2 \
78 test_rps_malicious_3 \ 79 test_rps_malicious_3 \
@@ -102,6 +103,11 @@ test_service_rps_view_SOURCES = gnunet-service-rps_view.h gnunet-service-rps_vie
102 test_service_rps_view.c 103 test_service_rps_view.c
103test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la 104test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la
104 105
106test_service_rps_peers_SOURCES = gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
107 test_service_rps_peers.c
108test_service_rps_peers_LDADD = $(top_builddir)/src/util/libgnunetutil.la \
109 $(top_builddir)/src/cadet/libgnunetcadet.la
110
105test_service_rps_custommap_SOURCES = gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \ 111test_service_rps_custommap_SOURCES = gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
106 test_service_rps_custommap.c 112 test_service_rps_custommap.c
107test_service_rps_custommap_LDADD = $(top_builddir)/src/util/libgnunetutil.la 113test_service_rps_custommap_LDADD = $(top_builddir)/src/util/libgnunetutil.la