fn handle_testset(input: Vec<&str>)
Expand description

Handles testset [epd] [depth] [transposition_table_size] [threads_count] command by running a fixed-depth search of positions stored in the epd file, using hashtable with size specified in transposition_table_size. To classify the test as successful, the last iteration has to return the correct best move.