aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r--src/dv/Makefile.am21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 919f49e69..5af2f966a 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -64,20 +64,21 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \
64libgnunet_plugin_transport_dv_la_DEPENDENCIES = \ 64libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
65 libgnunetdv.la 65 libgnunetdv.la
66 66
67#check_PROGRAMS = \ 67check_PROGRAMS = \
68# test_transport_api_dv 68 test_transport_api_dv
69# test_dv_topology 69
70 70
71if ENABLE_TEST_RUN 71if ENABLE_TEST_RUN
72TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 72 TESTS = $(check_PROGRAMS)
73endif 73endif
74 74
75#test_transport_api_dv_SOURCES = \ 75test_transport_api_dv_SOURCES = \
76# test_transport_api_dv.c 76 test_transport_api_dv.c
77#test_transport_api_dv_LDADD = \ 77test_transport_api_dv_LDADD = \
78# $(top_builddir)/src/core/libgnunetcore.la \ 78 $(top_builddir)/src/testbed/libgnunettestbed.la \
79# $(top_builddir)/src/transport/libgnunettransport.la \ 79 $(top_builddir)/src/core/libgnunetcore.la \
80# $(top_builddir)/src/util/libgnunetutil.la 80 $(top_builddir)/src/transport/libgnunettransport.la \
81 $(top_builddir)/src/util/libgnunetutil.la
81 82
82EXTRA_DIST = \ 83EXTRA_DIST = \
83 test_transport_dv_data.conf 84 test_transport_dv_data.conf