Enable core:fmt tests.

This commit is contained in:
Jeroen van Rijn
2024-05-10 17:05:18 +02:00
parent aebb5a5178
commit 2250eb3e78
2 changed files with 9 additions and 3 deletions
+6 -1
View File
@@ -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
%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