aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index c892bb47e..a04591ab2 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -273,12 +273,15 @@ check_SCRIPTS = \
273endif 273endif
274 274
275if ENABLE_MONKEY 275if ENABLE_MONKEY
276 TESTS_ENVIRONMENT = @MONKEYPREFIX@ 276 MONKEY = @MONKEYPREFIX@
277 AM_LDFLAGS = -no-install 277 AM_LDFLAGS = -no-install
278endif 278endif
279 279
280 280
281if ENABLE_TEST_RUN 281if ENABLE_TEST_RUN
282TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;\
283 export PATH=@prefix@/bin:$$PATH;\
284 $(MONKEY)
282TESTS = \ 285TESTS = \
283 test_fs_directory \ 286 test_fs_directory \
284 test_fs_download \ 287 test_fs_download \