aboutsummaryrefslogtreecommitdiff
path: root/tests/core/math
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2021-09-07 20:24:02 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2021-09-07 20:24:02 +0200
commitce2f926ff750edabc349dc32bb331abd246b99a1 (patch)
tree4678d6b26d699ac94fff88325f89c2afe4b93ec2 /tests/core/math
parentc0c7b4cbda818150dc05fcac874a7d22aa73eb39 (diff)
Separate math/big test.
Diffstat (limited to 'tests/core/math')
-rw-r--r--tests/core/math/big/build.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/core/math/big/build.bat b/tests/core/math/big/build.bat
new file mode 100644
index 000000000..d567cdeb7
--- /dev/null
+++ b/tests/core/math/big/build.bat
@@ -0,0 +1,13 @@
+@echo off
+rem math/big tests
+set PATH_TO_ODIN==..\..\..\..\odin
+set TEST_ARGS=-fast-tests
+set TEST_ARGS=
+set OUT_NAME=math_big_test_library
+set COMMON=-build-mode:shared -show-timings -no-bounds-check -define:MATH_BIG_EXE=false -vet -strict-style
+echo ---
+echo Running core:math/big tests
+echo ---
+
+%PATH_TO_ODIN% build . %COMMON% -o:speed -out:%OUT_NAME%
+python3 test.py %TEST_ARGS% \ No newline at end of file