projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee8ad19
)
build new test
author
Christian Grothoff
<christian@grothoff.org>
Wed, 25 Jan 2017 19:37:30 +0000
(20:37 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 25 Jan 2017 19:37:30 +0000
(20:37 +0100)
src/util/Makefile.am
patch
|
blob
|
history
diff --git
a/src/util/Makefile.am
b/src/util/Makefile.am
index f49aee17fa8a6cdc2d3d5e30b0c825ac627f8dfb..c666b017ddef08a390bcb3438e2e319b6aa198fb 100644
(file)
--- 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 = \