From: xrs Date: Sat, 29 Feb 2020 13:40:42 +0000 (+0100) Subject: add test_cadet_2_channel_resumption to Makefile.am X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=79426820283fe88c01f422b2530b4fc0b5764b22;p=oweals%2Fgnunet.git add test_cadet_2_channel_resumption to Makefile.am --- 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 if HAVE_TESTING check_PROGRAMS = \ + test_cadet_2_channel_resumption \ test_cadet_local_mq \ test_cadet_2_forward \ test_cadet_2_forward \ @@ -139,6 +140,10 @@ dep_cadet_test_lib = \ libgnunetcadettest.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la +test_cadet_2_channel_resumption_SOURCES = \ + test_cadeT.c +test_cadet_2_channel_resumption_LDADD = $(ld_cadet_test_lib) + test_cadet_2_forward_SOURCES = \ test_cadet.c test_cadet_2_forward_LDADD = $(ld_cadet_test_lib)