build new test
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2017 19:37:30 +0000 (20:37 +0100)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2017 19:37:30 +0000 (20:37 +0100)
src/util/Makefile.am

index f49aee17fa8a6cdc2d3d5e30b0c825ac627f8dfb..c666b017ddef08a390bcb3438e2e319b6aa198fb 100644 (file)
@@ -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 = \