From 9748ddd31e98f2775851c8b24a735ba67d31e87a Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 28 Jun 2010 16:41:11 +0000 Subject: add test case for NO topology restrictions, connect in ring. good for maximum number of peers testing --- src/testing/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 163b4f9c9..3f68411f5 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -38,6 +38,7 @@ check_PROGRAMS = \ test_testing_topology_small_world_torus \ test_testing_topology_erdos_renyi \ test_testing_topology_internat \ + test_testing_topology_none \ test_testing_topology_scale_free TESTS = \ @@ -168,6 +169,12 @@ test_testing_topology_scale_free_SOURCES = \ test_testing_topology_scale_free_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la + +test_testing_topology_none_SOURCES = \ + test_testing_topology.c +test_testing_topology_none_LDADD = \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ -- cgit v1.2.3