From 03c1f039c44802f1acc46f401918f61dd82f2985 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Jan 2017 20:37:30 +0100 Subject: [PATCH] build new test --- src/util/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index f49aee17f..c666b017d 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -273,6 +273,7 @@ check_PROGRAMS = \ test_common_logging \ test_configuration \ test_container_bloomfilter \ + test_container_dll \ test_container_meta_data \ test_container_multihashmap \ test_container_multihashmap32 \ @@ -398,6 +399,11 @@ test_container_bloomfilter_SOURCES = \ test_container_bloomfilter_LDADD = \ libgnunetutil.la +test_container_dll_SOURCES = \ + test_container_dll.c +test_container_dll_LDADD = \ + libgnunetutil.la + test_container_meta_data_SOURCES = \ test_container_meta_data.c test_container_meta_data_LDADD = \ -- 2.25.1