aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-01-24 17:25:00 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-01-24 17:25:00 +0000
commit8a741e7ef0f3eefbcb8eb990b47df699132b3873 (patch)
treefb8c32d060818553ebf4093c1b704e63df017e89 /src/fs/Makefile.am
parentf82ac0f3dd7f6da49cef39afee98ef5a9ec36b3f (diff)
downloadgnunet-8a741e7ef0f3eefbcb8eb990b47df699132b3873.tar.gz
gnunet-8a741e7ef0f3eefbcb8eb990b47df699132b3873.zip
fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
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 \