From baaedd4fdfb10fc28d9923be9e1d28663d621eca Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 12 May 2010 15:51:49 +0000 Subject: moving closer towards a working dv implementation --- src/dv/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/dv/Makefile.am') diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index 0dc4afb08..9d5dc1ab1 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -50,7 +50,8 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \ check_PROGRAMS = \ - test_transport_api_dv + test_transport_api_dv \ + test_dv_topology TESTS = $(check_PROGRAMS) $(check_SCRIPTS) @@ -60,6 +61,14 @@ test_transport_api_dv_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/util/libgnunetutil.la +test_dv_topology_SOURCES = \ + test_dv_topology.c +test_dv_topology_LDADD = \ + $(top_builddir)/src/transport/libgnunettransport.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la + + EXTRA_DIST = \ test_transport_api_dv_peer1.conf \ test_transport_api_dv_peer2.conf \ -- cgit v1.2.3