aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2020-02-29 14:40:42 +0100
committerxrs <xrs@mail36.net>2020-05-21 22:46:48 +0200
commite40fc4fcf9bce6bc735a9cb37d4b6949381fed90 (patch)
treefe8efa19c9fcca514e771374f2dcb606c9afec3d
parentd25e0e167c2614a55b89c0195dab9f69f9355b7f (diff)
downloadgnunet-e40fc4fcf9bce6bc735a9cb37d4b6949381fed90.tar.gz
gnunet-e40fc4fcf9bce6bc735a9cb37d4b6949381fed90.zip
add test_cadet_2_channel_resumption to Makefile.am
-rw-r--r--src/cadet/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index d8d81bf20..572bdf4d9 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -84,6 +84,7 @@ endif
84 84
85if HAVE_TESTING 85if HAVE_TESTING
86check_PROGRAMS = \ 86check_PROGRAMS = \
87 test_cadet_2_channel_resumption \
87 test_cadet_local_mq \ 88 test_cadet_local_mq \
88 test_cadet_2_forward \ 89 test_cadet_2_forward \
89 test_cadet_2_forward \ 90 test_cadet_2_forward \
@@ -139,6 +140,10 @@ dep_cadet_test_lib = \
139 libgnunetcadettest.la \ 140 libgnunetcadettest.la \
140 $(top_builddir)/src/statistics/libgnunetstatistics.la 141 $(top_builddir)/src/statistics/libgnunetstatistics.la
141 142
143test_cadet_2_channel_resumption_SOURCES = \
144 test_cadeT.c
145test_cadet_2_channel_resumption_LDADD = $(ld_cadet_test_lib)
146
142test_cadet_2_forward_SOURCES = \ 147test_cadet_2_forward_SOURCES = \
143 test_cadet.c 148 test_cadet.c
144test_cadet_2_forward_LDADD = $(ld_cadet_test_lib) 149test_cadet_2_forward_LDADD = $(ld_cadet_test_lib)