summaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-28 08:10:19 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-28 08:10:19 +0000
commit55942930db8ad9c07d1ee5878bdb414495743c7f (patch)
treea729b931ac0af2fd2c5fd981866372cd66d9e04a /src/namestore/Makefile.am
parent2e785bfc13a5e12559c1ceec0879891ce9601fe7 (diff)
downloadgnunet-55942930db8ad9c07d1ee5878bdb414495743c7f.tar.gz
gnunet-55942930db8ad9c07d1ee5878bdb414495743c7f.zip
- Tests did not clean up: TEST_HOME with namestore db was not removed after test
Therefore test_namestore_api_remove_not_existing_record passed when executed on a clean system, but failed if ran after a previous test adding a record - remove unused file namestore/test_namestore_api_put.c
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 8b8d7c60f..4ba178e68 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -237,14 +237,6 @@ test_namestore_api_lookup_shadow_filter_LDADD = \
237 $(top_builddir)/src/namecache/libgnunetnamecache.la \ 237 $(top_builddir)/src/namecache/libgnunetnamecache.la \
238 $(top_builddir)/src/namestore/libgnunetnamestore.la 238 $(top_builddir)/src/namestore/libgnunetnamestore.la
239 239
240test_namestore_api_put_SOURCES = \
241 test_namestore_api_put.c
242test_namestore_api_put_LDADD = \
243 $(top_builddir)/src/testing/libgnunettesting.la \
244 $(top_builddir)/src/util/libgnunetutil.la \
245 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
246 $(top_builddir)/src/namestore/libgnunetnamestore.la
247
248test_namestore_api_remove_SOURCES = \ 240test_namestore_api_remove_SOURCES = \
249 test_namestore_api_remove.c 241 test_namestore_api_remove.c
250test_namestore_api_remove_LDADD = \ 242test_namestore_api_remove_LDADD = \