aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
commite3dca1bf40ac8d8a884c261045ad1e9cade49a15 (patch)
tree9db4cf6a2dcf5716d2d1548cab0d0d9922443c6a /src/fs/Makefile.am
parent8f4f36517e4220ca5539008cd19cb3b9a40f6499 (diff)
downloadgnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.tar.gz
gnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.zip
fixes to build
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 9625af830..4a7e4621a 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -143,6 +143,7 @@ check_SCRIPTS = \
143 test_gnunet_fs_idx.py 143 test_gnunet_fs_idx.py
144endif 144endif
145 145
146if !DISABLE_TEST_RUN
146TESTS = \ 147TESTS = \
147 test_fs_directory \ 148 test_fs_directory \
148 test_fs_download \ 149 test_fs_download \
@@ -163,6 +164,7 @@ TESTS = \
163 test_gnunet_service_fs_migration \ 164 test_gnunet_service_fs_migration \
164 test_gnunet_service_fs_p2p \ 165 test_gnunet_service_fs_p2p \
165 $(check_SCRIPTS) 166 $(check_SCRIPTS)
167endif
166 168
167 169
168test_fs_directory_SOURCES = \ 170test_fs_directory_SOURCES = \