naming
[oweals/gnunet.git] / src / dht / Makefile.am
index a90477108db88818c2dbe5baa9f37a12117fac57..a88611fb3faa107e35e1b013f264d5ee66cf2c39 100644 (file)
@@ -76,15 +76,17 @@ 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) \
  test_dht_twopeer \
  test_dht_twopeer_put_get \
  test_dht_twopeer_get_put \
- test_dht_twopeer_path_tracking 
-# test_dht_multipeer 
+ test_dht_twopeer_path_tracking \
+ test_dht_multipeer  \
+ test_dht_2dtorus
 endif
 
 test_dht_api_SOURCES = \
@@ -130,11 +132,20 @@ test_dht_multipeer_SOURCES = \
  test_dht_multipeer.c
 test_dht_multipeer_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/dht/libgnunetdht.la  
 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 = \
@@ -143,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 = \