diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-05-29 15:47:01 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-02 14:47:07 -0400 |
| commit | e11f3d252037500197672db990e8884faee230e4 (patch) | |
| tree | 5373ab4c07be12570ae9cb2668a1c4a004b45029 | |
| parent | dcfda195d2c1e215dd506253703fc04e660c9fc6 (diff) | |
Fix missing `-` for define in `tests/core/build.bat`
| -rw-r--r-- | tests/core/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/build.bat b/tests/core/build.bat index fc5e2dc3f..29603dc68 100644 --- a/tests/core/build.bat +++ b/tests/core/build.bat @@ -11,7 +11,7 @@ echo --- echo --- echo Running core:container tests echo --- -%PATH_TO_ODIN% test container %COMMON% define:test_progress_width=4 -out:test_core_container.exe || exit /b +%PATH_TO_ODIN% test container %COMMON% -define:test_progress_width=4 -out:test_core_container.exe || exit /b echo --- echo Running core:crypto tests |