aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-26 20:01:48 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-26 20:01:48 +0000
commit43677cdd03d9a1219b9a1211f27c04f69732dfbc (patch)
tree65bef0307a192d6bc3815d80d1cdf1071389ee2c /src/fs/Makefile.am
parentd0e25cca5eb56a18bd4feddcb4235aff09131a80 (diff)
downloadgnunet-43677cdd03d9a1219b9a1211f27c04f69732dfbc.tar.gz
gnunet-43677cdd03d9a1219b9a1211f27c04f69732dfbc.zip
harness
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 9ba7f1062..463ba2875 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -133,6 +133,7 @@ check_PROGRAMS = \
133 test_fs_unindex \ 133 test_fs_unindex \
134 test_fs_unindex_persistence \ 134 test_fs_unindex_persistence \
135 test_fs_uri \ 135 test_fs_uri \
136 test_gnunet_service_fs_migration \
136 test_gnunet_service_fs_p2p 137 test_gnunet_service_fs_p2p
137 138
138 139
@@ -161,6 +162,7 @@ TESTS = \
161 test_fs_unindex_persistence \ 162 test_fs_unindex_persistence \
162 test_fs_uri \ 163 test_fs_uri \
163 test_fs_test_lib \ 164 test_fs_test_lib \
165 test_gnunet_service_fs_migration \
164 test_gnunet_service_fs_p2p \ 166 test_gnunet_service_fs_p2p \
165 $(check_SCRIPTS) 167 $(check_SCRIPTS)
166# $(check_PROGRAMS) 168# $(check_PROGRAMS)
@@ -282,6 +284,14 @@ test_gnunet_service_fs_p2p_LDADD = \
282 $(top_builddir)/src/fs/libgnunetfs.la \ 284 $(top_builddir)/src/fs/libgnunetfs.la \
283 $(top_builddir)/src/util/libgnunetutil.la 285 $(top_builddir)/src/util/libgnunetutil.la
284 286
287test_gnunet_service_fs_migration_SOURCES = \
288 test_gnunet_service_fs_migration.c
289test_gnunet_service_fs_migration_LDADD = \
290 $(top_builddir)/src/fs/libgnunetfstest.a \
291 $(top_builddir)/src/testing/libgnunettesting.la \
292 $(top_builddir)/src/fs/libgnunetfs.la \
293 $(top_builddir)/src/util/libgnunetutil.la
294
285do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 295do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
286 296
287test_gnunet_fs_psd.py: test_gnunet_fs_psd.py.in Makefile 297test_gnunet_fs_psd.py: test_gnunet_fs_psd.py.in Makefile