begin scaffolding for adding deletion tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user