From 8a741e7ef0f3eefbcb8eb990b47df699132b3873 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 24 Jan 2014 17:25:00 +0000 Subject: 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&#' --- src/fragmentation/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fragmentation/Makefile.am') diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am index 138b7ea6a..d85373a10 100644 --- a/src/fragmentation/Makefile.am +++ b/src/fragmentation/Makefile.am @@ -25,6 +25,7 @@ check_PROGRAMS = \ test_fragmentation if ENABLE_TEST_RUN +TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; TESTS = $(check_PROGRAMS) endif -- cgit v1.2.3