diff --git a/Dist/.BuildTestInConfigX.sh b/Dist/.BuildTestInConfigX.sh index 41f081ade9..21c7f32b26 100755 --- a/Dist/.BuildTestInConfigX.sh +++ b/Dist/.BuildTestInConfigX.sh @@ -5,4 +5,5 @@ if [ ! -e "BizHawk.sln" ]; then fi config="$1" shift +export LD_LIBRARY_PATH="$PWD/output/dll:$LD_LIBRARY_PATH" Dist/.InvokeCLIOnMainSln.sh "test" "$config" -a . -l "junit;LogFilePath=$PWD/test_output/{assembly}.coverage.xml;MethodFormat=Class;FailureBodyFormat=Verbose" "$@"