diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-26 15:01:09 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-26 15:01:09 +0200 |
| commit | 40f0f5ad8dd56691ae42e9dd4b9a2f5e5395f3ee (patch) | |
| tree | d03accce62916985a7e53773b5a1d591d861ba9a /tests | |
| parent | 1c03e6805775c58044d417eea2504312b4e916ab (diff) | |
Update CI for math library.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/math/big/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/math/big/build.bat b/tests/core/math/big/build.bat index 16bdbc8ca..ad199d775 100644 --- a/tests/core/math/big/build.bat +++ b/tests/core/math/big/build.bat @@ -4,7 +4,7 @@ set PATH_TO_ODIN==..\..\..\..\odin set TEST_ARGS=-fast-tests
set TEST_ARGS=-no-random
set TEST_ARGS=
-set OUT_NAME=math_big_test_library
+set OUT_NAME=math_big_test_library.dll
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
|