aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-02-07 16:29:51 +0000
committerBart Polot <bart@net.in.tum.de>2012-02-07 16:29:51 +0000
commit416270b1b3e583dcba89718030c1782d856f5be6 (patch)
treec99fdd8e7e02b7f51893b5e9f035bd1433363988 /src/dht
parent770f379eb23e8344b82431483613eaa72478bcdc (diff)
downloadgnunet-416270b1b3e583dcba89718030c1782d856f5be6.tar.gz
gnunet-416270b1b3e583dcba89718030c1782d856f5be6.zip
- Change DHT testing into common code, to allow adding further topologies
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am2
-rw-r--r--src/dht/test_dht_topo.c (renamed from src/dht/test_dht_2dtorus.c)0
2 files changed, 1 insertions, 1 deletions
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 = \
163 libgnunetdht.la 163 libgnunetdht.la
164 164
165test_dht_2dtorus_SOURCES = \ 165test_dht_2dtorus_SOURCES = \
166 test_dht_2dtorus.c 166 test_dht_topo.c
167test_dht_2dtorus_LDADD = \ 167test_dht_2dtorus_LDADD = \
168 $(top_builddir)/src/util/libgnunetutil.la \ 168 $(top_builddir)/src/util/libgnunetutil.la \
169 $(top_builddir)/src/testing/libgnunettesting.la \ 169 $(top_builddir)/src/testing/libgnunettesting.la \
diff --git a/src/dht/test_dht_2dtorus.c b/src/dht/test_dht_topo.c
index 1db351841..1db351841 100644
--- a/src/dht/test_dht_2dtorus.c
+++ b/src/dht/test_dht_topo.c