aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-09 18:37:05 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-09 18:37:05 +0000
commit82bc3225b7b1167f04b92ec5ef7799b0d3c884ef (patch)
tree115a93ae29ba38beb93391c51acdb2e0f20d8b49 /src/dv
parent15af56ceb3ae31463a79c95b34841fbdec920ba5 (diff)
downloadgnunet-82bc3225b7b1167f04b92ec5ef7799b0d3c884ef.tar.gz
gnunet-82bc3225b7b1167f04b92ec5ef7799b0d3c884ef.zip
commenting out dead test
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/Makefile.am22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index ee75027ae..3050f33cc 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -59,21 +59,19 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \
59libgnunet_plugin_transport_dv_la_DEPENDENCIES = \ 59libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
60 libgnunetdv.la 60 libgnunetdv.la
61 61
62check_PROGRAMS = \ 62#check_PROGRAMS = \
63 test_transport_api_dv 63# test_transport_api_dv
64# test_dv_topology 64# test_dv_topology
65 65
66if ENABLE_TEST_RUN 66if ENABLE_TEST_RUN
67TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 67TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
68endif 68endif
69 69
70test_transport_api_dv_SOURCES = \ 70#test_transport_api_dv_SOURCES = \
71 test_transport_api_dv.c 71# test_transport_api_dv.c
72test_transport_api_dv_LDADD = \ 72#test_transport_api_dv_LDADD = \
73 $(top_builddir)/src/core/libgnunetcore.la \ 73# $(top_builddir)/src/core/libgnunetcore.la \
74 $(top_builddir)/src/transport/libgnunettransport.la \ 74# $(top_builddir)/src/transport/libgnunettransport.la \
75 $(top_builddir)/src/util/libgnunetutil.la \ 75# $(top_builddir)/src/util/libgnunetutil.la
76 $(top_builddir)/src/testing_old/libgnunettesting_old.la 76#EXTRA_DIST = \
77 77# test_transport_dv_data.conf
78EXTRA_DIST = \
79 test_transport_dv_data.conf