naming
[oweals/gnunet.git] / src / dht / Makefile.am
index 86825d928d32292a7d35cee831815cf149a6922a..a88611fb3faa107e35e1b013f264d5ee66cf2c39 100644 (file)
@@ -76,7 +76,8 @@ check_PROGRAMS = \
  test_dht_twopeer_put_get \
  test_dht_twopeer_get_put \
  test_dht_twopeer_path_tracking \
- test_dht_multipeer 
+ test_dht_multipeer \
+ test_dht_2dtorus 
 
 if ENABLE_TEST_RUN
 TESTS = test_dht_api $(check_SCRIPTS) \
@@ -84,7 +85,8 @@ TESTS = test_dht_api $(check_SCRIPTS) \
  test_dht_twopeer_put_get \
  test_dht_twopeer_get_put \
  test_dht_twopeer_path_tracking \
- test_dht_multipeer 
+ test_dht_multipeer  \
+ test_dht_2dtorus
 endif
 
 test_dht_api_SOURCES = \
@@ -136,6 +138,14 @@ test_dht_multipeer_LDADD = \
 test_dht_multipeer_DEPENDENCIES = \
   libgnunetdht.la                          
 
+test_dht_2dtours_SOURCES = \
+ test_dht_2dtorus.c
+test_dht_2dtorus_LDADD = \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
+ $(top_builddir)/src/dht/libgnunetdht.la
+test_dht_2dtorus_DEPENDENCIES = \
+  libgnunetdht.la
 
 
 EXTRA_DIST = \
@@ -144,6 +154,7 @@ EXTRA_DIST = \
   test_dht_api_peer1.conf \
   test_dht_twopeer_data.conf \
   test_dht_multipeer_data.conf \
+  test_dht_2dtorus.conf \
   multipeer_topo.dat
 
 check_SCRIPTS = \