From e40fc4fcf9bce6bc735a9cb37d4b6949381fed90 Mon Sep 17 00:00:00 2001 From: xrs Date: Sat, 29 Feb 2020 14:40:42 +0100 Subject: add test_cadet_2_channel_resumption to Makefile.am --- src/cadet/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cadet/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) -- cgit v1.2.3