aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-08-02 14:48:28 +0000
committerJulius Bünger <buenger@mytum.de>2015-08-02 14:48:28 +0000
commitbae0066688e7571b4abdebfb914dba6df0578a6b (patch)
tree4ee2b2171170d169ff8cd55cfe5ad9adf640d5d2 /src/rps/Makefile.am
parent847e9575ed85eadb979bc416afec7cf898cf00d1 (diff)
downloadgnunet-bae0066688e7571b4abdebfb914dba6df0578a6b.tar.gz
gnunet-bae0066688e7571b4abdebfb914dba6df0578a6b.zip
cancellation of request and according test improvements
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index b1ebffee4..c07434a0f 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -72,7 +72,8 @@ check_PROGRAMS = \
72 test_rps_malicious_2 \ 72 test_rps_malicious_2 \
73 test_rps_malicious_3 \ 73 test_rps_malicious_3 \
74 test_rps_seed_request \ 74 test_rps_seed_request \
75 test_rps_single_req 75 test_rps_single_req \
76 test_rps_req_cancel
76endif 77endif
77 78
78ld_rps_test_lib = \ 79ld_rps_test_lib = \
@@ -106,6 +107,9 @@ test_rps_single_req_LDADD = $(ld_rps_test_lib)
106test_rps_seed_request_SOURCES = $(rps_test_src) 107test_rps_seed_request_SOURCES = $(rps_test_src)
107test_rps_seed_request_LDADD = $(ld_rps_test_lib) 108test_rps_seed_request_LDADD = $(ld_rps_test_lib)
108 109
110test_rps_req_cancel_SOURCES = $(rps_test_src)
111test_rps_req_cancel_LDADD = $(ld_rps_test_lib)
112
109gnunet_rps_profiler_SOURCES = $(rps_test_src) 113gnunet_rps_profiler_SOURCES = $(rps_test_src)
110gnunet_rps_profiler_LDADD = $(ld_rps_test_lib) 114gnunet_rps_profiler_LDADD = $(ld_rps_test_lib)
111 115