From: Michael Tremer Date: Wed, 31 May 2017 20:48:40 +0000 (+0100) Subject: test: Use tools from build tree X-Git-Tag: 009~247 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dce66c34246b2d75010fbb7c83261bf6fb8e752;p=network.git test: Use tools from build tree Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 3f558503..bc6fecdf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -431,6 +431,7 @@ uninstall-hook: $(UNINSTALL_EXEC_HOOKS) # - testsuite ------------------------------------------------------------------ TESTS_ENVIRONMENT = \ + PATH="$(top_builddir)/src:$(PATH)" \ topdir="$(shell pwd)" \ networkdir="$(top_srcdir)/src/functions" \ testdir="$(top_srcdir)/test"