Add more test cases (#11)

This commit is contained in:
Patrick Stevens
2025-05-20 22:09:02 +01:00
committed by GitHub
parent bc389f1f23
commit 109b3a70fc
7 changed files with 223 additions and 30 deletions

View File

@@ -15,3 +15,9 @@ type RunResult =
/// Final interpreter state after we stopped executing.
FinalState : IlMachineState
}
type TestCase =
{
FileName : string
ExpectedReturnCode : int
}