Multi-threading in tests, add more tests

This commit is contained in:
Riyyi
2026-08-21 13:46:06 +02:00
parent f69f817bd5
commit 114aee655c
5 changed files with 199 additions and 44 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
mkdir -p build
odin test tests/ -collection:src=src -out:build/tests.bin \
-define:ODIN_TEST_THREADS=1 \
-define:ODIN_TEST_THREADS=0 \
-define:ODIN_TEST_TRACK_MEMORY=false \
-define:ODIN_TEST_RANDOM_SEED=1 \
"$@"