From: Christian Grothoff Date: Tue, 8 Apr 2014 08:07:18 +0000 (+0000) Subject: -comment out all of directives on test X-Git-Tag: initial-import-from-subversion-38251~4287 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=46ffd23b643a7a73c849e4a97cbe51869051b951;p=oweals%2Fgnunet.git -comment out all of directives on test --- diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 9089fa422..17bd534c7 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -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