aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-11 10:34:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-11 10:34:57 +0000
commit1cd12d09f18474f7720bd4b33316087b83623bf4 (patch)
tree00a0987e12b534bf29df06b8af0e15ce350f7876 /src/namestore/Makefile.am
parent8ae2e9ef3b699ecae9ff004fa1dc34b26cd706b8 (diff)
downloadgnunet-1cd12d09f18474f7720bd4b33316087b83623bf4.tar.gz
gnunet-1cd12d09f18474f7720bd4b33316087b83623bf4.zip
removing tests: not required anymore
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index ca9c2f590..639a4484e 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -49,8 +49,6 @@ TESTING_TESTS = \
49 test_namestore_api_zone_iteration_stop \ 49 test_namestore_api_zone_iteration_stop \
50 test_namestore_api_monitoring \ 50 test_namestore_api_monitoring \
51 test_namestore_api_monitoring_existing 51 test_namestore_api_monitoring_existing
52# test_namestore_api_lookup
53#test_namestore_api_lookup_specific_type
54#test_namestore_api_remove_not_existing_record 52#test_namestore_api_remove_not_existing_record
55#test_namestore_api_zone_to_name 53#test_namestore_api_zone_to_name
56endif 54endif
@@ -201,21 +199,6 @@ test_namestore_api_put_LDADD = \
201 $(top_builddir)/src/util/libgnunetutil.la \ 199 $(top_builddir)/src/util/libgnunetutil.la \
202 $(top_builddir)/src/namestore/libgnunetnamestore.la 200 $(top_builddir)/src/namestore/libgnunetnamestore.la
203 201
204test_namestore_api_lookup_SOURCES = \
205 test_namestore_api_lookup.c
206test_namestore_api_lookup_LDADD = \
207 $(top_builddir)/src/testing/libgnunettesting.la \
208 $(top_builddir)/src/util/libgnunetutil.la \
209 $(top_builddir)/src/namestore/libgnunetnamestore.la
210
211test_namestore_api_lookup_specific_type_SOURCES = \
212 test_namestore_api_lookup_specific_type.c
213test_namestore_api_lookup_specific_type_LDADD = \
214 $(top_builddir)/src/testing/libgnunettesting.la \
215 $(top_builddir)/src/util/libgnunetutil.la \
216 $(top_builddir)/src/namestore/libgnunetnamestore.la
217
218
219test_namestore_api_remove_SOURCES = \ 202test_namestore_api_remove_SOURCES = \
220 test_namestore_api_remove.c 203 test_namestore_api_remove.c
221test_namestore_api_remove_LDADD = \ 204test_namestore_api_remove_LDADD = \