From c8d8d1ddf9ff8d7900d41d885cdbf177f40f0cd1 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 25 May 2026 23:12:21 +0530 Subject: find tests before compilation --- src/search/king_moves.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search/king_moves.c') diff --git a/src/search/king_moves.c b/src/search/king_moves.c index b1fc55f..7655fbb 100644 --- a/src/search/king_moves.c +++ b/src/search/king_moves.c @@ -44,7 +44,7 @@ void get_king_moves(moves_t* moves, position_t position) { bool test_empty_board() { int i = 0; - while (i++ < 10000000); + while (i++ < 1000000000); return true; } -- cgit v1.2.3