aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/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)