aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-03-26 22:04:21 +0000
committerJulius Bünger <buenger@mytum.de>2015-03-26 22:04:21 +0000
commit591481d3f75d691858f2dc07c7f3ea3374f5d60d (patch)
treeda0567e08117cb4c80dcce74f406a0b859bc50a2 /src/rps/Makefile.am
parent569c29270cb9fdc4c236795ecef2d895a3ecbd76 (diff)
downloadgnunet-591481d3f75d691858f2dc07c7f3ea3374f5d60d.tar.gz
gnunet-591481d3f75d691858f2dc07c7f3ea3374f5d60d.zip
-unified testing
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index b1e62eb12..ad2a739fb 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -76,15 +76,15 @@ TESTS = $(check_PROGRAMS)
76endif 76endif
77 77
78test_rps_multipeer_SOURCES = \ 78test_rps_multipeer_SOURCES = \
79 test_rps_multipeer.c 79 test_rps.c
80test_rps_multipeer_LDADD = $(ld_rps_test_lib) 80test_rps_multipeer_LDADD = $(ld_rps_test_lib)
81 81
82test_rps_malicious_1_SOURCES = \ 82test_rps_malicious_1_SOURCES = \
83 test_rps_malicious.c 83 test_rps.c
84test_rps_malicious_1_LDADD = $(ld_rps_test_lib) 84test_rps_malicious_1_LDADD = $(ld_rps_test_lib)
85 85
86test_rps_malicious_2_SOURCES = \ 86test_rps_malicious_2_SOURCES = \
87 test_rps_malicious.c 87 test_rps.c
88test_rps_malicious_2_LDADD = $(ld_rps_test_lib) 88test_rps_malicious_2_LDADD = $(ld_rps_test_lib)
89 89
90EXTRA_DIST = \ 90EXTRA_DIST = \