Skip to content

Commit

Permalink
Lua tests (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer authored Dec 1, 2022
1 parent 92c1cdf commit fdbb34d
Show file tree
Hide file tree
Showing 2 changed files with 876 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BizHawk.Tests/BizHawk.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
<Reference Include="NLua, Version=1.3.2.0, Culture=neutral, processorArchitecture=MSIL" SpecificVersion="false" HintPath="$(ProjectDir)../../Assets/dll/nlua/NLua.dll" Private="false" />
<None Include="$(ProjectDir)../../Assets/dll/nlua/*.dll" CopyToOutputDirectory="PreserveNewest" />
<None Include="$(ProjectDir)../../Assets/dll/libbizhash.*" CopyToOutputDirectory="PreserveNewest" />
<None Include="$(ProjectDir)../../Assets/dll/libzstd.*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
Expand Down
Loading

0 comments on commit fdbb34d

Please sign in to comment.