0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-19 07:59:47 +03:00

Updated InstructionHandlerFactory to register XOR handlers and updated test project files

This commit is contained in:
bird_egop
2025-04-13 19:28:56 +03:00
parent 56c12b552c
commit 30676b36a1
3 changed files with 18 additions and 6 deletions

View File

@ -16,6 +16,7 @@ public class RawFromFileDisassemblyTests(ITestOutputHelper output)
[InlineData("nop_tests.csv")]
[InlineData("xchg_tests.csv")]
[InlineData("sub_tests.csv")]
[InlineData("xor_tests.csv")]
[InlineData("segment_override_tests.csv")]
public void RunTests(string file)
{

View File

@ -35,6 +35,7 @@
<EmbeddedResource Include="TestData\xchg_tests.csv" />
<EmbeddedResource Include="TestData\sub_tests.csv" />
<EmbeddedResource Include="TestData\segment_override_tests.csv" />
<EmbeddedResource Include="TestData\xor_tests.csv" />
</ItemGroup>
</Project>