From 860296bc2a6ffdb8dcf407a2a4ff985ccc30b87d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 14 Jul 2022 23:50:56 +0200 Subject: Allow tests to be run on Fedora. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/tests b/run/tests index 68069416..f3b43666 100755 --- a/run/tests +++ b/run/tests @@ -10,7 +10,7 @@ work=build/test dcpinfo=build/tools/dcpinfo dcpverify=build/tools/dcpverify -export LD_LIBRARY_PATH=build/src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH # SIP stops this being passed in from the caller's environment export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/10.10/lib:/Users/ci/workspace/lib export LIBDCP_RESOURCES=. -- cgit v1.2.3