From 071d34167c80ff23d9e5f327502174619aa7a163 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 21 Aug 2017 12:07:27 +0000 Subject: [PATCH] Make testuite run properly to make make distcheck happy Signed-off-by: Michael Tremer --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.2