make clang static analysis happy
[oweals/gnunet.git] / src / fs / Makefile.am
index a83eef460e4356636fbfaa882c804bd70585a2de..e1b85092a47230f19f6e52ef52b3ff1d01f40535 100644 (file)
@@ -16,7 +16,7 @@ lib_LTLIBRARIES = libgnunetfs.la
 noinst_LIBRARIES = libgnunetfstest.a
 
 libgnunetfs_la_SOURCES = \
-  fs.c \
+  fs.c fs.h \
   fs_collection.c \
   fs_directory.c \
   fs_download.c \
@@ -82,6 +82,7 @@ gnunet_pseudonym_SOURCES = \
 gnunet_pseudonym_LDADD = \
   $(top_builddir)/src/fs/libgnunetfs.la \
   $(top_builddir)/src/util/libgnunetutil.la \
+  -lextractor \
   $(GN_LIBINTL)
 
 gnunet_search_SOURCES = \
@@ -129,7 +130,15 @@ check_PROGRAMS = \
  test_fs_uri \
  test_gnunet_service_fs_p2p
 
-TESTS = \
+if HAVE_PYTHON_PEXPECT
+check_SCRIPTS = \
+ test_gnunet_fs_psd.py \
+ test_gnunet_fs_rec.py \
+ test_gnunet_fs_ns.py \
+ test_gnunet_fs_idx.py
+endif
+
+TESTS = $(check_SCRIPTS) \
  test_fs_directory \
  test_fs_download \
  test_fs_file_information \
@@ -246,10 +255,16 @@ EXTRA_DIST = \
   test_fs_collection_data.conf \
   test_fs_download_data.conf \
   test_fs_file_information_data.conf \
-  test_fs_lib_data.conf \
+  fs_test_lib_data.conf \
   test_fs_list_indexed_data.conf \
   test_fs_namespace_data.conf \
   test_fs_publish_data.conf \
   test_fs_search_data.conf \
   test_fs_unindex_data.conf \
-  test_fs_uri_data.conf
+  test_fs_uri_data.conf \
+  test_gnunet_fs_idx_data.conf \
+  test_gnunet_fs_ns_data.conf \
+  test_gnunet_fs_psd_data.conf \
+  test_gnunet_fs_rec_data.conf \
+  test_gnunet_fs_rec_data.tgz \
+  $(check_SCRIPTS)