gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/02: only run malicious tests if malicious featu


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: only run malicious tests if malicious features are enabled
Date: Wed, 03 Apr 2019 15:49:34 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit a045962087fe78566bb1aa84693071df857a5d9c
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 3 15:49:30 2019 +0200

    only run malicious tests if malicious features are enabled
---
 src/rps/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 = \
  test_rps_sub \
  test_rps_seed_request \
  test_rps_seed_big \
- test_rps_churn \
+ test_rps_churn
+if ENABLE_MALICIOUS
+check_PROGRAMS += \
  test_rps_malicious_1 \
  test_rps_malicious_2 \
  test_rps_malicious_3
 endif
+endif
 
 rps_test_src = \
        test_rps.c \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]