Fix missing - for define in tests/core/build.bat

This commit is contained in:
Feoramund
2024-06-02 14:47:07 -04:00
parent dcfda195d2
commit e11f3d2520
+1 -1
View File
@@ -11,7 +11,7 @@ echo ---
echo --- echo ---
echo Running core:container tests echo Running core:container tests
echo --- 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 ---
echo Running core:crypto tests echo Running core:crypto tests