added a position to perft

This commit is contained in:
Karma Riuk 2025-02-06 23:37:55 +01:00
parent e056ef0805
commit a5abe39aa4

View File

@ -99,6 +99,14 @@ static std::map<std::string, std::map<int, int>> pos2expected{
// {5, 164075551}, // 1230428
},
},
// -- Position 7
{
"r3k2r/p1ppqpb1/bn2pnp1/3PN3/1p2P3/2N2Q1p/PPPBBPPP/R3K2R w KQkq - 0 1",
{
{4, 4085603}, //
},
},
};
static std::stringstream res;