From bae0066688e7571b4abdebfb914dba6df0578a6b Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Sun, 2 Aug 2015 14:48:28 +0000 Subject: cancellation of request and according test improvements --- src/rps/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/rps/Makefile.am') 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 = \ test_rps_malicious_2 \ test_rps_malicious_3 \ test_rps_seed_request \ - test_rps_single_req + test_rps_single_req \ + test_rps_req_cancel endif ld_rps_test_lib = \ @@ -106,6 +107,9 @@ test_rps_single_req_LDADD = $(ld_rps_test_lib) test_rps_seed_request_SOURCES = $(rps_test_src) test_rps_seed_request_LDADD = $(ld_rps_test_lib) +test_rps_req_cancel_SOURCES = $(rps_test_src) +test_rps_req_cancel_LDADD = $(ld_rps_test_lib) + gnunet_rps_profiler_SOURCES = $(rps_test_src) gnunet_rps_profiler_LDADD = $(ld_rps_test_lib) -- cgit v1.2.3