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/conversation/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conversation') diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am index 37cf5c85f..af3b96655 100644 --- a/src/conversation/Makefile.am +++ b/src/conversation/Makefile.am @@ -94,6 +94,7 @@ libexec_PROGRAMS += \ $(AUDIO_HELPER_RECD) \ $(AUDIO_HELPER_PLAY) +TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; TESTS = $(AUDIO_TESTS) if BUILD_PULSE_HELPERS -- cgit v1.2.3