From 658ddbb406b6db7e8b29646f5ba8510d7a029c15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Nov 2009 21:28:39 +0000 Subject: basic topology test --- src/topology/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/topology/Makefile.am') diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am index 0ac513839..6d7f766bc 100644 --- a/src/topology/Makefile.am +++ b/src/topology/Makefile.am @@ -18,3 +18,17 @@ gnunet_daemon_topology_LDADD = \ $(GN_LIBINTL) + +check_PROGRAMS = \ + test_gnunet_service_topology + +TESTS = $(check_PROGRAMS) + +test_gnunet_service_topology_SOURCES = \ + test_gnunet_service_topology.c +test_gnunet_service_topology_LDADD = \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la + +EXTRA_DIST = \ + test_gnunet_service_topology_data.conf -- cgit v1.2.3