summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-24 09:32:54 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-24 09:32:54 +0530
commit7d36403836511ab0745791ce98498cf5112633c1 (patch)
treebb1f998e3ce8fc99a8611dc64d578ca269c56b01 /tests
parente6cead853d66b4ea9ea8d9c6dba33e5a1720a99d (diff)
fixed the quit commandHEADmaster
Diffstat (limited to 'tests')
-rw-r--r--tests/main.c1
1 files changed, 1 insertions, 0 deletions
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) {