draft for search testcase
[oweals/gnunet.git] / src / fs / Makefile.am
index 1e22b9900ec4e59028b1a333d0165914d98a729a..fc98509a03e29af92f38adb4f2ee5ff9e6be9039 100644 (file)
@@ -106,6 +106,7 @@ check_PROGRAMS = \
  test_fs_directory \
  test_fs_download \
  test_fs_getopt \
+ test_fs_search \
  test_fs_uri
 
 TESTS = test_fs_directory test_fs_download test_fs_uri
@@ -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 = \