-comment out all of directives on test
authorChristian Grothoff <christian@grothoff.org>
Tue, 8 Apr 2014 08:07:18 +0000 (08:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 8 Apr 2014 08:07:18 +0000 (08:07 +0000)
src/namestore/Makefile.am

index 9089fa42253009d8631597a1fd05dcd6f2ef3586..17bd534c78f0857f02a46798a5623089f8de9a98 100644 (file)
@@ -52,7 +52,7 @@ TESTING_TESTS = \
  test_namestore_api_zone_iteration_stop \
  test_namestore_api_monitoring \
  test_namestore_api_monitoring_existing
-#test_namestore_api_zone_to_name
+# test_namestore_api_zone_to_name
 endif
 
 if HAVE_SQLITE
@@ -254,12 +254,12 @@ test_namestore_api_remove_not_existing_record_LDADD = \
   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la
 
-test_namestore_api_zone_to_name_SOURCES = \
- test_namestore_api_zone_to_name.c
-test_namestore_api_zone_to_name_LDADD = \
-  $(top_builddir)/src/testing/libgnunettesting.la \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/namestore/libgnunetnamestore.la
+#test_namestore_api_zone_to_name_SOURCES = \
+# test_namestore_api_zone_to_name.c
+#test_namestore_api_zone_to_name_LDADD = \
+#  $(top_builddir)/src/testing/libgnunettesting.la \
+#  $(top_builddir)/src/util/libgnunetutil.la \
+#  $(top_builddir)/src/namestore/libgnunetnamestore.la
 
 test_namestore_api_monitoring_SOURCES = \
  test_namestore_api_monitoring.c