aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-09-16 17:50:12 +0000
committerJulius Bünger <buenger@mytum.de>2016-09-16 17:50:12 +0000
commita5b05c818a718a262c9401599031ce087b070f85 (patch)
tree344f783bd2f5f86ec14944adf0b8fad39fda9f11 /src/rps
parenteec70a836bd83508ae609c7358e3a48228932e46 (diff)
downloadgnunet-a5b05c818a718a262c9401599031ce087b070f85.tar.gz
gnunet-a5b05c818a718a262c9401599031ce087b070f85.zip
rps sampler_elem test: add to Makefile
Diffstat (limited to 'src/rps')
-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 91efc3a55..eee1a91b9 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -74,6 +74,7 @@ check_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_service_rps_peers \
77 test_service_rps_sampler_elem \
77 test_rps_malicious_1 \ 78 test_rps_malicious_1 \
78 test_rps_malicious_2 \ 79 test_rps_malicious_2 \
79 test_rps_malicious_3 \ 80 test_rps_malicious_3 \
@@ -112,6 +113,11 @@ test_service_rps_custommap_SOURCES = gnunet-service-rps_custommap.h gnunet-servi
112 test_service_rps_custommap.c 113 test_service_rps_custommap.c
113test_service_rps_custommap_LDADD = $(top_builddir)/src/util/libgnunetutil.la 114test_service_rps_custommap_LDADD = $(top_builddir)/src/util/libgnunetutil.la
114 115
116test_service_rps_sampler_elem_SOURCES = gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
117 rps-test_util.h rps-test_util.c \
118 test_service_rps_sampler_elem.c
119test_service_rps_sampler_elem_LDADD = $(top_builddir)/src/util/libgnunetutil.la
120
115test_rps_malicious_1_SOURCES = $(rps_test_src) 121test_rps_malicious_1_SOURCES = $(rps_test_src)
116test_rps_malicious_1_LDADD = $(ld_rps_test_lib) 122test_rps_malicious_1_LDADD = $(ld_rps_test_lib)
117 123