[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 01/04: build new test
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 01/04: build new test |
Date: |
Wed, 25 Jan 2017 21:05:58 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit 03c1f039c44802f1acc46f401918f61dd82f2985
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jan 25 20:37:30 2017 +0100
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 = \
--
To stop receiving notification emails like this one, please contact
address@hidden