begin scaffolding for adding deletion tests

This commit is contained in:
2025-03-23 07:47:38 +00:00
parent cbc1359de1
commit e59a1c67d8
5 changed files with 108 additions and 104 deletions

View File

@@ -3,7 +3,8 @@ fun main () =
open Railroad
open Railroad.Test
val tests = NormalMove.tests
val tests = NormalMove.tests @ NormalDelete.tests
val tests = concat tests
in
runWithConfig [Configuration.PrintPassed false] tests
end