aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 17:49:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 17:49:45 +0000
commitadc6e4a5804d4cb43516383ff1d97065df0d0fd9 (patch)
tree248e5fc07ac9c2b9d845fa08e86f4fbaad0db61d /src/gns/Makefile.am
parentbc7d219460d5ef0511164eb90039710940d905dd (diff)
downloadgnunet-adc6e4a5804d4cb43516383ff1d97065df0d0fd9.tar.gz
gnunet-adc6e4a5804d4cb43516383ff1d97065df0d0fd9.zip
-removing test for dead functionality
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 67e1a2917..6fde83578 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -211,7 +211,6 @@ libgnunet_plugin_block_gns_la_DEPENDENCIES = \
211if HAVE_TESTING 211if HAVE_TESTING
212check_PROGRAMS = \ 212check_PROGRAMS = \
213 test_gns_simple_shorten \ 213 test_gns_simple_shorten \
214 test_gns_simple_get_authority \
215 test_gns_simple_lookup \ 214 test_gns_simple_lookup \
216 test_gns_simple_delegated_lookup \ 215 test_gns_simple_delegated_lookup \
217 test_gns_simple_mx_lookup \ 216 test_gns_simple_mx_lookup \
@@ -357,19 +356,6 @@ test_gns_simple_shorten_DEPENDENCIES = \
357 libgnunetgns.la \ 356 libgnunetgns.la \
358 $(top_builddir)/src/testing/libgnunettesting.la 357 $(top_builddir)/src/testing/libgnunettesting.la
359 358
360test_gns_simple_get_authority_SOURCES = \
361 test_gns_simple_get_authority.c
362test_gns_simple_get_authority_LDADD = \
363 $(top_builddir)/src/util/libgnunetutil.la \
364 $(top_builddir)/src/namestore/libgnunetnamestore.la \
365 $(top_builddir)/src/gns/libgnunetgns.la \
366 $(top_builddir)/src/testing/libgnunettesting.la
367test_gns_simple_get_authority_DEPENDENCIES = \
368 $(top_builddir)/src/util/libgnunetutil.la \
369 $(top_builddir)/src/namestore/libgnunetnamestore.la \
370 libgnunetgns.la \
371 $(top_builddir)/src/testing/libgnunettesting.la
372
373 359
374test_gns_pseu_shorten_SOURCES = \ 360test_gns_pseu_shorten_SOURCES = \
375 test_gns_pseu_shorten.c 361 test_gns_pseu_shorten.c