aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-11 08:37:48 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-11 08:37:48 +0000
commitbe3a58fef06af2b80315ee27f11b4dc662ac4573 (patch)
tree4957a276ad1df74f8a73ae7d5081964e7c25dafa /src/namestore/Makefile.am
parent55e1b1d34d49879097db64085a4ca0b9a5d9ffe9 (diff)
downloadgnunet-be3a58fef06af2b80315ee27f11b4dc662ac4573.tar.gz
gnunet-be3a58fef06af2b80315ee27f11b4dc662ac4573.zip
zone iteration stop
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 84425c3c9..aa4a161ef 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -44,7 +44,8 @@ TESTING_TESTS = \
44 test_namestore_api_store \ 44 test_namestore_api_store \
45 test_namestore_api_remove \ 45 test_namestore_api_remove \
46 test_namestore_api_zone_iteration \ 46 test_namestore_api_zone_iteration \
47 test_namestore_api_zone_iteration_specific_zone 47 test_namestore_api_zone_iteration_specific_zone \
48 test_namestore_api_zone_iteration_stop
48# test_namestore_api_lookup 49# test_namestore_api_lookup
49#test_namestore_api_lookup_specific_type 50#test_namestore_api_lookup_specific_type
50#test_namestore_api_create 51#test_namestore_api_create
@@ -54,7 +55,7 @@ TESTING_TESTS = \
54#test_namestore_api_monitoring 55#test_namestore_api_monitoring
55 56
56 57
57#test_namestore_api_zone_iteration_stop 58#
58endif 59endif
59 60
60if HAVE_SQLITE 61if HAVE_SQLITE