diff options
Diffstat (limited to 'tests/core/build.bat')
| -rw-r--r-- | tests/core/build.bat | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/core/build.bat b/tests/core/build.bat index 36d2bb9c4..5dd2d1932 100644 --- a/tests/core/build.bat +++ b/tests/core/build.bat @@ -107,4 +107,9 @@ echo --- echo --- echo Running core:time tests echo --- -%PATH_TO_ODIN% run time %COMMON% %COLLECTION% -out:test_core_time.exe || exit /b
\ No newline at end of file +%PATH_TO_ODIN% run time %COMMON% %COLLECTION% -out:test_core_time.exe || exit /b + +echo --- +echo Running core:fmt tests +echo --- +%PATH_TO_ODIN% run fmt %COMMON% %COLLECTION% -out:test_core_fmt.exe || exit /b
\ No newline at end of file |