diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-25 23:12:21 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-25 23:12:21 +0530 |
| commit | c8d8d1ddf9ff8d7900d41d885cdbf177f40f0cd1 (patch) | |
| tree | 1591e65f9ee3e1bd1b09404da9cc9e339e307aa7 /src/search | |
| parent | 537b22d8731af4d8d6d20ce2eade5c0c4a5f2253 (diff) | |
find tests before compilation
Diffstat (limited to 'src/search')
| -rw-r--r-- | src/search/king_moves.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
