draft for search testcase
[oweals/gnunet.git] / src / fs / Makefile.am
index abc3d989ba0235b6287c0cb560e9cae5debb912d..fc98509a03e29af92f38adb4f2ee5ff9e6be9039 100644 (file)
@@ -104,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_uri
+TESTS = test_fs_directory test_fs_download test_fs_uri
 
 # $(check_PROGRAMS)
 
@@ -123,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 = \
@@ -137,4 +153,5 @@ test_fs_uri_LDADD = \
 
 EXTRA_DIST = \
   test_fs_collection_data.conf \
+  test_fs_download_data.conf \
   test_fs_uri_data.conf