maybe fix tests?

This commit is contained in:
CasualPokePlayer 2022-08-10 02:55:01 -07:00
parent 4ce1ec2e37
commit afb0b8a435
2 changed files with 2 additions and 1 deletions

View File

@ -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" "$@"

View File

@ -16,6 +16,8 @@
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" PrivateAssets="all" />
<PackageReference Include="JunitXml.TestLogger" Version="3.0.98" PrivateAssets="all" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Client.Common/BizHawk.Client.Common.csproj" />
<None Include="$(ProjectDir)../../Assets/dll/libbizhash.*" CopyToOutputDirectory="PreserveNewest" />
<None Include="$(ProjectDir)../../Assets/dll/libzstd.*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="data/**/*" />