diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-16 15:30:08 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-18 14:03:55 +0530 |
| commit | f1c6f59ae02a9d9db50171a69032dc2409a0e6c6 (patch) | |
| tree | 3c5d358f62a4d5925e8b768bcc3e79e9a7c9cf2c /tests/main.c | |
| parent | 1a52152852ff29c727673fc80e8bf8eca5ed6365 (diff) | |
magic bitboards via AI
Diffstat (limited to 'tests/main.c')
| -rw-r--r-- | tests/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c index ff7560d..38eb544 100644 --- a/tests/main.c +++ b/tests/main.c @@ -4,6 +4,7 @@ #define TEST_MOD #include "generated.c" +#include "engine/magic.h" double diff_time(struct timespec a, struct timespec b) { double a_time = (double)a.tv_sec + a.tv_nsec * 1e-9; @@ -13,6 +14,7 @@ double diff_time(struct timespec a, struct timespec b) { } int main() { + magic_init(); int i = 0; int return_type = 0; while (i < total_test_count) { |
