summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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) {