aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-04-02 10:02:57 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-04-02 10:02:57 +0000
commitc66c137ef5b07040897e2af3fafbeaca5b4a84d1 (patch)
tree2390a45ec29a36b0fce17d903d03a9f98ae71ea6 /src
parent9333777c8beb3d3c56f2f37d1b0e61fecd08f80c (diff)
downloadgnunet-c66c137ef5b07040897e2af3fafbeaca5b4a84d1.tar.gz
gnunet-c66c137ef5b07040897e2af3fafbeaca5b4a84d1.zip
-remove messy test
Diffstat (limited to 'src')
-rw-r--r--src/gns/Makefile.am28
1 files changed, 14 insertions, 14 deletions
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 = \
39 test_gns_simple_zkey_lookup \ 39 test_gns_simple_zkey_lookup \
40 test_gns_dht_delegated_lookup \ 40 test_gns_dht_delegated_lookup \
41 test_gns_pseu_shorten \ 41 test_gns_pseu_shorten \
42 test_gns_max_queries \ 42 test_gns_max_queries
43 test_gns_dht_threepeer 43# test_gns_dht_threepeer
44 44
45 45
46# test_gns_simple_lookup 46# test_gns_simple_lookup
@@ -51,18 +51,18 @@ check_PROGRAMS = \
51plugin_LTLIBRARIES = \ 51plugin_LTLIBRARIES = \
52 libgnunet_plugin_block_gns.la 52 libgnunet_plugin_block_gns.la
53 53
54test_gns_dht_threepeer_SOURCES = \ 54#test_gns_dht_threepeer_SOURCES = \
55 test_gns_dht_threepeer.c 55# test_gns_dht_threepeer.c
56test_gns_dht_threepeer_LDADD = \ 56#test_gns_dht_threepeer_LDADD = \
57 $(top_builddir)/src/util/libgnunetutil.la \ 57# $(top_builddir)/src/util/libgnunetutil.la \
58 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 58# $(top_builddir)/src/namestore/libgnunetnamestore.la \
59 $(top_builddir)/src/gns/libgnunetgns.la \ 59# $(top_builddir)/src/gns/libgnunetgns.la \
60 $(top_builddir)/src/testing/libgnunettesting.la 60# $(top_builddir)/src/testing/libgnunettesting.la
61test_gns_dht_threepeer_DEPENDENCIES = \ 61#test_gns_dht_threepeer_DEPENDENCIES = \
62 $(top_builddir)/src/util/libgnunetutil.la \ 62# $(top_builddir)/src/util/libgnunetutil.la \
63 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 63# $(top_builddir)/src/namestore/libgnunetnamestore.la \
64 $(top_builddir)/src/gns/libgnunetgns.la \ 64# $(top_builddir)/src/gns/libgnunetgns.la \
65 $(top_builddir)/src/testing/libgnunettesting.la 65# $(top_builddir)/src/testing/libgnunettesting.la
66 66
67test_gns_simple_lookup_SOURCES = \ 67test_gns_simple_lookup_SOURCES = \
68 test_gns_simple_lookup.c 68 test_gns_simple_lookup.c