draft for search testcase
[oweals/gnunet.git] / src / fs / Makefile.am
index 85470e4d97eea696df725fd1a557dfc0f215a4ba..fc98509a03e29af92f38adb4f2ee5ff9e6be9039 100644 (file)
@@ -106,9 +106,10 @@ check_PROGRAMS = \
  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)
 
@@ -131,6 +132,13 @@ test_fs_download_LDADD = \
   $(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 = \