Add test for core:slice.

This commit is contained in:
Jeroen van Rijn
2022-09-01 18:04:48 +02:00
parent e89f0de232
commit 36473b2774
2 changed files with 103 additions and 1 deletions
+6 -1
View File
@@ -69,4 +69,9 @@ echo ---
echo ---
echo Running core:text/i18n tests
echo ---
%PATH_TO_ODIN% run text\i18n %COMMON% -out:test_core_i18n.exe
%PATH_TO_ODIN% run text\i18n %COMMON% -out:test_core_i18n.exe
echo ---
echo Running core:slice tests
echo ---
%PATH_TO_ODIN% run slice %COMMON% -out:test_core_slice.exe