Add initial tests for big rationals

This commit is contained in:
Jeroen van Rijn
2025-06-10 16:46:12 +02:00
parent 14d2541529
commit 4f4839ecc5
3 changed files with 53 additions and 4 deletions
+3 -1
View File
@@ -11,4 +11,6 @@ echo Running core:math/big tests
echo ---
%PATH_TO_ODIN% build . %COMMON% -o:speed -out:%OUT_NAME%
python3 test.py %TEST_ARGS%
python3 test.py %TEST_ARGS%
odin test test_core_math_big.odin -file