Skip to content

Commit

Permalink
Create unit tests for new opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Nov 23, 2023
1 parent 6512294 commit daf9784
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 0 deletions.
9 changes: 9 additions & 0 deletions AssEmbly.Test/AssEmbly.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@
<ProjectReference Include="..\AssEmbly.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="test-invalid.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="test.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
Loading

0 comments on commit daf9784

Please sign in to comment.