From 7d36403836511ab0745791ce98498cf5112633c1 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 24 Jul 2026 09:32:54 +0530 Subject: fixed the quit command --- tests/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/main.c') diff --git a/tests/main.c b/tests/main.c index 4ab84c6..ff27e1f 100644 --- a/tests/main.c +++ b/tests/main.c @@ -15,6 +15,7 @@ double diff_time(struct timespec a, struct timespec b) { int main() { magic_init(); + zobrist_init(); int i = 0; int return_type = 0; while (i < total_test_count) { -- cgit v1.2.3