From 416270b1b3e583dcba89718030c1782d856f5be6 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 7 Feb 2012 16:29:51 +0000 Subject: [PATCH] - Change DHT testing into common code, to allow adding further topologies --- src/dht/Makefile.am | 2 +- src/dht/{test_dht_2dtorus.c => test_dht_topo.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/dht/{test_dht_2dtorus.c => test_dht_topo.c} (100%) diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index f9766a227..0917297cb 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -163,7 +163,7 @@ test_dht_multipeer_DEPENDENCIES = \ libgnunetdht.la test_dht_2dtorus_SOURCES = \ - test_dht_2dtorus.c + test_dht_topo.c test_dht_2dtorus_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ diff --git a/src/dht/test_dht_2dtorus.c b/src/dht/test_dht_topo.c similarity index 100% rename from src/dht/test_dht_2dtorus.c rename to src/dht/test_dht_topo.c -- 2.25.1