-remove messy test
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Mon, 2 Apr 2012 10:02:57 +0000 (10:02 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Mon, 2 Apr 2012 10:02:57 +0000 (10:02 +0000)
src/gns/Makefile.am

index cbf4a02bbc17f4fe6ef95945a36ab905b077212b..7c0cb3f31cc98235fdf0c62cd07cf0d084fb0911 100644 (file)
@@ -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