public static void Main(string[] args) { Manager.InitLibrary(); var t = new BoardTests(); t.TestMakeNullMove(); }