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, 4 insertions, 1 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index b391eb8ae..1fffe6be0 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -87,11 +87,14 @@ check_PROGRAMS = \
87 test_rps_sub \ 87 test_rps_sub \
88 test_rps_seed_request \ 88 test_rps_seed_request \
89 test_rps_seed_big \ 89 test_rps_seed_big \
90 test_rps_churn \ 90 test_rps_churn
91if ENABLE_MALICIOUS
92check_PROGRAMS += \
91 test_rps_malicious_1 \ 93 test_rps_malicious_1 \
92 test_rps_malicious_2 \ 94 test_rps_malicious_2 \
93 test_rps_malicious_3 95 test_rps_malicious_3
94endif 96endif
97endif
95 98
96rps_test_src = \ 99rps_test_src = \
97 test_rps.c \ 100 test_rps.c \