aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 837bb5a39..84425c3c9 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -43,8 +43,9 @@ 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_zone_iteration 46 test_namestore_api_zone_iteration \
47# test_namestore_api_lookup 47 test_namestore_api_zone_iteration_specific_zone
48# test_namestore_api_lookup
48#test_namestore_api_lookup_specific_type 49#test_namestore_api_lookup_specific_type
49#test_namestore_api_create 50#test_namestore_api_create
50#test_namestore_api_create_update 51#test_namestore_api_create_update
@@ -52,7 +53,7 @@ TESTING_TESTS = \
52#test_namestore_api_zone_to_name 53#test_namestore_api_zone_to_name
53#test_namestore_api_monitoring 54#test_namestore_api_monitoring
54 55
55#test_namestore_api_zone_iteration_specific_zone 56
56#test_namestore_api_zone_iteration_stop 57#test_namestore_api_zone_iteration_stop
57endif 58endif
58 59