draft for search testcase
[oweals/gnunet.git] / src / fs / Makefile.am
index a91459e64391f13af2a1d7f6c2f0b802e12e9bc3..fc98509a03e29af92f38adb4f2ee5ff9e6be9039 100644 (file)
@@ -88,7 +88,6 @@ gnunet_service_fs_LDADD =  \
  $(top_builddir)/src/fs/libgnunetfs.la \
  $(top_builddir)/src/datastore/libgnunetdatastore.la \
  $(top_builddir)/src/core/libgnunetcore.la \
- $(top_builddir)/src/peer/libgnunetpeer.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(GN_LIBINTL)
 
@@ -105,10 +104,12 @@ gnunet_unindex_LDADD = \
 check_PROGRAMS = \
  test_fs_collection \
  test_fs_directory \
+ test_fs_download \
  test_fs_getopt \
+ test_fs_search \
  test_fs_uri
 
-TESTS = test_fs_directory test_fs_uri
+TESTS = test_fs_directory test_fs_download test_fs_uri
 
 # $(check_PROGRAMS)
 
@@ -124,6 +125,20 @@ test_fs_directory_LDADD = \
   $(top_builddir)/src/fs/libgnunetfs.la  \
   $(top_builddir)/src/util/libgnunetutil.la  
 
+test_fs_download_SOURCES = \
+ test_fs_download.c
+test_fs_download_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfs.la  \
+  $(top_builddir)/src/arm/libgnunetarm.la  \
+  $(top_builddir)/src/util/libgnunetutil.la  
+
+test_fs_search_SOURCES = \
+ test_fs_search.c
+test_fs_search_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfs.la  \
+  $(top_builddir)/src/arm/libgnunetarm.la  \
+  $(top_builddir)/src/util/libgnunetutil.la  
+
 test_fs_getopt_SOURCES = \
  test_fs_getopt.c
 test_fs_getopt_LDADD = \
@@ -138,4 +153,5 @@ test_fs_uri_LDADD = \
 
 EXTRA_DIST = \
   test_fs_collection_data.conf \
+  test_fs_download_data.conf \
   test_fs_uri_data.conf