From afb0b8a435127dc8bb908391224fc8e5a9e300d9 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Wed, 10 Aug 2022 02:55:01 -0700 Subject: [PATCH] maybe fix tests? --- Dist/.BuildTestInConfigX.sh | 1 - src/BizHawk.Tests/BizHawk.Tests.csproj | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dist/.BuildTestInConfigX.sh b/Dist/.BuildTestInConfigX.sh index 21c7f32b26..41f081ade9 100755 --- a/Dist/.BuildTestInConfigX.sh +++ b/Dist/.BuildTestInConfigX.sh @@ -5,5 +5,4 @@ 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" "$@" diff --git a/src/BizHawk.Tests/BizHawk.Tests.csproj b/src/BizHawk.Tests/BizHawk.Tests.csproj index e9f0dd7db2..780a2da2c3 100644 --- a/src/BizHawk.Tests/BizHawk.Tests.csproj +++ b/src/BizHawk.Tests/BizHawk.Tests.csproj @@ -16,6 +16,8 @@ + +