From 9982f58b45230373960cea1fe1fb294602bdd56d Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Thu, 26 Mar 2015 15:29:39 +0000 Subject: -restructured code --- src/rps/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/rps/Makefile.am') diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index fe086e59c..b1e62eb12 100644 --- a/src/rps/Makefile.am +++ b/src/rps/Makefile.am @@ -59,7 +59,8 @@ gnunet_service_rps_LDADD = \ if HAVE_TESTING check_PROGRAMS = \ test_rps_multipeer \ - test_rps_malicious_1 + test_rps_malicious_1 \ + test_rps_malicious_2 endif ld_rps_test_lib = \ @@ -79,9 +80,13 @@ test_rps_multipeer_SOURCES = \ test_rps_multipeer_LDADD = $(ld_rps_test_lib) test_rps_malicious_1_SOURCES = \ - test_rps_malicious_1.c + test_rps_malicious.c test_rps_malicious_1_LDADD = $(ld_rps_test_lib) +test_rps_malicious_2_SOURCES = \ + test_rps_malicious.c +test_rps_malicious_2_LDADD = $(ld_rps_test_lib) + EXTRA_DIST = \ test_rps.conf -- cgit v1.2.3