aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-15 15:04:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-15 15:04:45 +0000
commit428fb513ef4353f382a5e1b35e838af1fed59058 (patch)
tree8b96409d27bfe90d724b85facd8e15fc7a80074b /src/fs/Makefile.am
parentf50072ff43b084ae76ae17fed0610f315db81255 (diff)
downloadgnunet-428fb513ef4353f382a5e1b35e838af1fed59058.tar.gz
gnunet-428fb513ef4353f382a5e1b35e838af1fed59058.zip
-moving block test to resolve cyclic dependency
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 9615b67cd..43d60d6f2 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -205,6 +205,7 @@ if HAVE_BENCHMARKS
205endif 205endif
206 206
207check_PROGRAMS = \ 207check_PROGRAMS = \
208 test_plugin_block_fs \
208 test_fs_directory \ 209 test_fs_directory \
209 test_fs_download \ 210 test_fs_download \
210 test_fs_download_indexed \ 211 test_fs_download_indexed \
@@ -228,6 +229,11 @@ check_PROGRAMS = \
228 test_gnunet_service_fs_p2p \ 229 test_gnunet_service_fs_p2p \
229 $(FS_BENCHMARKS) 230 $(FS_BENCHMARKS)
230 231
232test_plugin_block_fs_SOURCES = \
233 test_plugin_block_fs.c
234test_plugin_block_fs_LDADD = \
235 $(top_builddir)/src/block/libgnunetblock.la \
236 $(top_builddir)/src/util/libgnunetutil.la
231 237
232if HAVE_PYTHON 238if HAVE_PYTHON
233check_SCRIPTS = \ 239check_SCRIPTS = \