From c66c137ef5b07040897e2af3fafbeaca5b4a84d1 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 2 Apr 2012 10:02:57 +0000 Subject: -remove messy test --- src/gns/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src') diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index cbf4a02bb..7c0cb3f31 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -39,8 +39,8 @@ check_PROGRAMS = \ test_gns_simple_zkey_lookup \ test_gns_dht_delegated_lookup \ test_gns_pseu_shorten \ - test_gns_max_queries \ - test_gns_dht_threepeer + test_gns_max_queries +# test_gns_dht_threepeer # test_gns_simple_lookup @@ -51,18 +51,18 @@ check_PROGRAMS = \ plugin_LTLIBRARIES = \ libgnunet_plugin_block_gns.la -test_gns_dht_threepeer_SOURCES = \ - test_gns_dht_threepeer.c -test_gns_dht_threepeer_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ - $(top_builddir)/src/gns/libgnunetgns.la \ - $(top_builddir)/src/testing/libgnunettesting.la -test_gns_dht_threepeer_DEPENDENCIES = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ - $(top_builddir)/src/gns/libgnunetgns.la \ - $(top_builddir)/src/testing/libgnunettesting.la +#test_gns_dht_threepeer_SOURCES = \ +# test_gns_dht_threepeer.c +#test_gns_dht_threepeer_LDADD = \ +# $(top_builddir)/src/util/libgnunetutil.la \ +# $(top_builddir)/src/namestore/libgnunetnamestore.la \ +# $(top_builddir)/src/gns/libgnunetgns.la \ +# $(top_builddir)/src/testing/libgnunettesting.la +#test_gns_dht_threepeer_DEPENDENCIES = \ +# $(top_builddir)/src/util/libgnunetutil.la \ +# $(top_builddir)/src/namestore/libgnunetnamestore.la \ +# $(top_builddir)/src/gns/libgnunetgns.la \ +# $(top_builddir)/src/testing/libgnunettesting.la test_gns_simple_lookup_SOURCES = \ test_gns_simple_lookup.c -- cgit v1.2.3