maybe fix tests?
This commit is contained in:
parent
4ce1ec2e37
commit
afb0b8a435
|
@ -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" "$@"
|
||||
|
|
|
@ -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/**/*" />
|
||||
|
|
Loading…
Reference in New Issue