add test_cadet_2_channel_resumption to Makefile.am
authorxrs <xrs@mail36.net>
Sat, 29 Feb 2020 13:40:42 +0000 (14:40 +0100)
committerxrs <xrs@mail36.net>
Thu, 21 May 2020 20:46:48 +0000 (22:46 +0200)
src/cadet/Makefile.am

index d8d81bf20d6714d4465a544f04cbfab752b406bd..572bdf4d90d1e2ed39e8ea52339d20f8ba2ed37b 100644 (file)
@@ -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)