movegen-test: add set_checkers_pinners_blockers call

This commit is contained in:
2024-04-02 20:40:44 +02:00
parent 05748e19ab
commit afecbeb955
2 changed files with 4 additions and 2 deletions

View File

@@ -307,12 +307,12 @@ int main(int __unused ac, __unused char**av)
ms3_total += ms3;
if (sf_count == my_count) {
printf("pt3 OK : line=%03d perft=%lu %'ldms lps=%'lu \"%s\"\n",
printf("pt3 OK : line=%3d perft=%lu %'ldms lps=%'lu \"%s\"\n",
test_line, my_count, ms3,
ms3? my_count*1000l/ms3: 0,
fen);
} else {
printf("pt3 ERR: line=%03d sf=%lu me=%lu \"%s\"\n",
printf("pt3 ERR: line=%3d sf=%lu me=%lu \"%s\"\n",
test_line, sf_count, my_count, fen);
}
}