aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-11 08:00:45 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-11 08:00:45 +0000
commitf3c214f61e5654b742b3ea1ea3f49f67d4289301 (patch)
treeb5d0684b56c1bd976d8f85e1b7cbd64c8c029e85 /src/namestore/Makefile.am
parent345b0a071a510ed7841be6a3a1093234ea252799 (diff)
downloadgnunet-f3c214f61e5654b742b3ea1ea3f49f67d4289301.tar.gz
gnunet-f3c214f61e5654b742b3ea1ea3f49f67d4289301.zip
updated zone iteration test
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 6a3ce7da9..837bb5a39 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -43,14 +43,15 @@ if HAVE_TESTING
43TESTING_TESTS = \ 43TESTING_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_lookup 46 test_namestore_api_zone_iteration
47# test_namestore_api_lookup
47#test_namestore_api_lookup_specific_type 48#test_namestore_api_lookup_specific_type
48#test_namestore_api_create 49#test_namestore_api_create
49#test_namestore_api_create_update 50#test_namestore_api_create_update
50#test_namestore_api_remove_not_existing_record 51#test_namestore_api_remove_not_existing_record
51#test_namestore_api_zone_to_name 52#test_namestore_api_zone_to_name
52#test_namestore_api_monitoring 53#test_namestore_api_monitoring
53#test_namestore_api_zone_iteration 54
54#test_namestore_api_zone_iteration_specific_zone 55#test_namestore_api_zone_iteration_specific_zone
55#test_namestore_api_zone_iteration_stop 56#test_namestore_api_zone_iteration_stop
56endif 57endif