aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-11-29 20:44:44 +0000
committerJulius Bünger <buenger@mytum.de>2015-11-29 20:44:44 +0000
commitd72d8e05401ace44b57432463f136bcfe55cee03 (patch)
tree8d1374ae5ebd8aa7eb7b5be6ee4d88b7fa78c298 /src/rps/Makefile.am
parenta0e27c0bd09fc4b0d70295baa5d7e052c46fe4ff (diff)
downloadgnunet-d72d8e05401ace44b57432463f136bcfe55cee03.tar.gz
gnunet-d72d8e05401ace44b57432463f136bcfe55cee03.zip
added helper for handling the "view" in rps
Signed-off-by: Julius Bünger <buenger@mytum.de>
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index 9425c6e87..c0b60ee0b 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -69,6 +69,7 @@ gnunet_service_rps_LDADD = \
69 69
70if HAVE_TESTING 70if HAVE_TESTING
71check_PROGRAMS = \ 71check_PROGRAMS = \
72 test_service_rps_view \
72 test_service_rps_peers \ 73 test_service_rps_peers \
73 test_rps_malicious_1 \ 74 test_rps_malicious_1 \
74 test_rps_malicious_2 \ 75 test_rps_malicious_2 \
@@ -95,6 +96,10 @@ AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PAT
95TESTS = $(check_PROGRAMS) 96TESTS = $(check_PROGRAMS)
96endif 97endif
97 98
99test_service_rps_view_SOURCES = gnunet-service-rps_view.h gnunet-service-rps_view.c \
100 test_service_rps_view.c
101test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la
102
98test_service_rps_peers_SOURCES = gnunet-service-rps_peers.h gnunet-service-rps_peers.c \ 103test_service_rps_peers_SOURCES = gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
99 test_service_rps_peers.c 104 test_service_rps_peers.c
100test_service_rps_peers_LDADD = $(top_builddir)/src/util/libgnunetutil.la 105test_service_rps_peers_LDADD = $(top_builddir)/src/util/libgnunetutil.la