X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fgns%2FMakefile.am;h=4d9791a9985a2dce3f89804ff4b15a164d0fdf6c;hb=8fbe0346067f02c079b4b0da8c44f03b7b93becb;hp=b375b2727bb64abca7edb351c6d6a63e62417f01;hpb=c2c8f1a227dc8553607eac6932a25ced228109e4;p=oweals%2Fgnunet.git diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index b375b2727..4d9791a99 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -54,16 +54,17 @@ check_PROGRAMS = \ test_gns_simple_lookup \ test_gns_simple_delegated_lookup \ test_gns_simple_mx_lookup \ - test_gns_simple_srv_lookup \ + test_gns_simple_srv_lookup \ test_gns_simple_zkey_lookup \ test_gns_dht_delegated_lookup \ test_gns_pseu_shorten \ test_gns_max_queries \ - test_gns_dht_three_peers \ - test_gns_cname_lookup \ - test_gns_ns_lookup \ - test_gns_revocation \ - test_gns_proxy + test_gns_cname_lookup \ + test_gns_ns_lookup \ + test_gns_revocation \ + test_gns_proxy +#test_gns_dht_three_peers + # test_gns_simple_lookup @@ -85,7 +86,7 @@ test_gns_proxy_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/gns/libgnunetgns.la \ - $(top_builddir)/src/testbed/libgnunettesting.la + $(top_builddir)/src/testing/libgnunettesting.la test_gns_dht_three_peers_SOURCES = \ test_gns_dht_three_peers.c