diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-10 16:55:03 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-10 16:55:03 +0200 |
| commit | 4e50b9d3314913ecd3ee0e37cc0cfcc8f18b7209 (patch) | |
| tree | 56790e054cdf3dc77485590a9e3e90b14b694ab7 /tests | |
| parent | 4f4839ecc5a8ab0cfea0f38e86784ee1fff04bdb (diff) | |
Fix path
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 a15e48488..cc580ac81 100644 --- a/tests/core/math/big/build.bat +++ b/tests/core/math/big/build.bat @@ -13,4 +13,4 @@ echo --- %PATH_TO_ODIN% build . %COMMON% -o:speed -out:%OUT_NAME%
python3 test.py %TEST_ARGS%
-odin test test_core_math_big.odin -file
\ No newline at end of file +%PATH_TO_ODIN% test test_core_math_big.odin -file
\ No newline at end of file |