perft-test: add SF ucinewgame / isready + check sync

This commit is contained in:
2024-06-08 20:10:17 +02:00
parent 00fc61020c
commit 5a2cdfca56
2 changed files with 37 additions and 7 deletions

View File

@@ -11,9 +11,9 @@
#
SHELL := /bin/bash
CC := gcc
#CC := gcc
CC := gcc-13
#CC := clang
LD := ld
BEAR := bear
TOUCH := touch
RM := rm