aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
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