cleaner stats
[oweals/gnunet.git] / src / fs / Makefile.am
index 9625af830c718b92823534b6fbdd45e3b6c4f730..bbac950a048b7764e4c6398dedc53c2fc5a9522d 100644 (file)
@@ -96,6 +96,7 @@ gnunet_service_fs_SOURCES =  \
  gnunet-service-fs_indexing.c gnunet-service-fs_indexing.h 
 gnunet_service_fs_LDADD =  \
  $(top_builddir)/src/fs/libgnunetfs.la \
+ $(top_builddir)/src/dht/libgnunetdht.la \
  $(top_builddir)/src/block/libgnunetblock.la \
  $(top_builddir)/src/datastore/libgnunetdatastore.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -122,6 +123,7 @@ check_PROGRAMS = \
  test_fs_getopt \
  test_fs_list_indexed \
  test_fs_namespace \
+ test_fs_namespace_list_updateable \
  test_fs_publish \
  test_fs_publish_persistence \
  test_fs_search \
@@ -132,7 +134,8 @@ check_PROGRAMS = \
  test_fs_unindex_persistence \
  test_fs_uri \
  test_gnunet_service_fs_migration \
- test_gnunet_service_fs_p2p
+ test_gnunet_service_fs_p2p \
+ perf_gnunet_service_fs_p2p
 
 
 if HAVE_PYTHON_PEXPECT
@@ -143,6 +146,7 @@ check_SCRIPTS = \
  test_gnunet_fs_idx.py
 endif
 
+if !DISABLE_TEST_RUN
 TESTS = \
  test_fs_directory \
  test_fs_download \
@@ -151,6 +155,7 @@ TESTS = \
  test_fs_file_information \
  test_fs_list_indexed \
  test_fs_namespace \
+ test_fs_namespace_list_updateable \
  test_fs_publish \
  test_fs_publish_persistence \
  test_fs_search \
@@ -163,6 +168,7 @@ TESTS = \
  test_gnunet_service_fs_migration \
  test_gnunet_service_fs_p2p \
  $(check_SCRIPTS)  
+endif
 
 
 test_fs_directory_SOURCES = \
@@ -213,6 +219,12 @@ test_fs_namespace_LDADD = \
   $(top_builddir)/src/fs/libgnunetfs.la  \
   $(top_builddir)/src/util/libgnunetutil.la  
 
+test_fs_namespace_list_updateable_SOURCES = \
+ test_fs_namespace_list_updateable.c
+test_fs_namespace_list_updateable_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfs.la  \
+  $(top_builddir)/src/util/libgnunetutil.la  
+
 test_fs_publish_SOURCES = \
  test_fs_publish.c
 test_fs_publish_LDADD = \
@@ -283,6 +295,15 @@ test_gnunet_service_fs_migration_LDADD = \
   $(top_builddir)/src/fs/libgnunetfs.la  \
   $(top_builddir)/src/util/libgnunetutil.la  
 
+perf_gnunet_service_fs_p2p_SOURCES = \
+ perf_gnunet_service_fs_p2p.c
+perf_gnunet_service_fs_p2p_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfstest.a \
+  $(top_builddir)/src/testing/libgnunettesting.la \
+  $(top_builddir)/src/fs/libgnunetfs.la  \
+  $(top_builddir)/src/util/libgnunetutil.la  
+
+
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 
 test_gnunet_fs_psd.py: test_gnunet_fs_psd.py.in Makefile