aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-30 09:41:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-30 09:41:07 +0000
commitc455a4e73aa4a4dd76c018bcd6b9691fc8baabda (patch)
tree8de5c8ffff453920b8bd478a5a029ccbe5924914 /src/namestore/Makefile.am
parent3056a8d79ddf74b3b3097455323fd5bb531bd87f (diff)
downloadgnunet-c455a4e73aa4a4dd76c018bcd6b9691fc8baabda.tar.gz
gnunet-c455a4e73aa4a4dd76c018bcd6b9691fc8baabda.zip
caching test
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 0b225069d..07c1ce2f0 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -41,6 +41,7 @@ if HAVE_TESTING
41TESTING_TESTS = \ 41TESTING_TESTS = \
42 test_namestore_api_store \ 42 test_namestore_api_store \
43 test_namestore_api_store_update \ 43 test_namestore_api_store_update \
44 test_namestore_api_cache_block \
44 test_namestore_api_lookup_public \ 45 test_namestore_api_lookup_public \
45 test_namestore_api_remove \ 46 test_namestore_api_remove \
46 test_namestore_api_remove_not_existing_record \ 47 test_namestore_api_remove_not_existing_record \
@@ -191,6 +192,13 @@ test_namestore_api_store_update_LDADD = \
191 $(top_builddir)/src/util/libgnunetutil.la \ 192 $(top_builddir)/src/util/libgnunetutil.la \
192 $(top_builddir)/src/namestore/libgnunetnamestore.la 193 $(top_builddir)/src/namestore/libgnunetnamestore.la
193 194
195test_namestore_api_cache_block_SOURCES = \
196 test_namestore_api_cache_block.c
197test_namestore_api_cache_block_LDADD = \
198 $(top_builddir)/src/testing/libgnunettesting.la \
199 $(top_builddir)/src/util/libgnunetutil.la \
200 $(top_builddir)/src/namestore/libgnunetnamestore.la
201
194test_namestore_api_lookup_public_SOURCES = \ 202test_namestore_api_lookup_public_SOURCES = \
195 test_namestore_api_lookup_public.c 203 test_namestore_api_lookup_public.c
196test_namestore_api_lookup_public_LDADD = \ 204test_namestore_api_lookup_public_LDADD = \