diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-04-08 08:07:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-04-08 08:07:18 +0000 |
commit | 46ffd23b643a7a73c849e4a97cbe51869051b951 (patch) | |
tree | 285ca27f5cac36d4bea42ef02f736d39524dee1d | |
parent | dd3619ecd312a1b7eb26f53bc1cdf45a1caad7df (diff) |
-comment out all of directives on test
-rw-r--r-- | src/namestore/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 9089fa4225..17bd534c78 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 |