From: Michael Tremer Date: Mon, 21 Aug 2017 12:07:27 +0000 (+0000) Subject: Make testuite run properly to make make distcheck happy X-Git-Tag: 010~184 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=071d34167c80ff23d9e5f327502174619aa7a163 Make testuite run properly to make make distcheck happy Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 2e47d9c1..e59995cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -490,6 +490,7 @@ uninstall-hook: $(UNINSTALL_EXEC_HOOKS) # - testsuite ------------------------------------------------------------------ TESTS_ENVIRONMENT = \ + LD_LIBRARY_PATH=$(top_builddir)/src/.libs:$(LD_LIBRARY_PATH) \ PATH=$(top_builddir)/src:$(PATH) \ functions=$(abs_builddir)/src/functions/functions \ networkdir=$(abs_srcdir)/src/functions \