Add initial test suite for core:strconv

This commit is contained in:
Feoramund
2024-06-04 14:20:31 -04:00
parent d33668fa91
commit 7d670f6562
3 changed files with 88 additions and 0 deletions
+5
View File
@@ -103,6 +103,11 @@ echo Running core:slice tests
echo ---
%PATH_TO_ODIN% test slice %COMMON% -out:test_core_slice.exe || exit /b
echo ---
echo Running core:strconv tests
echo ---
%PATH_TO_ODIN% test strconv %COMMON% -out:test_core_strconv.exe || exit /b
echo ---
echo Running core:strings tests
echo ---