Add more utility procedures to small array

This commit is contained in:
Lucas Perlind
2022-12-21 13:00:33 +11:00
parent 0829ac30f7
commit f029b4beb1
3 changed files with 108 additions and 2 deletions
+6 -1
View File
@@ -74,4 +74,9 @@ echo ---
echo ---
echo Running core:slice tests
echo ---
%PATH_TO_ODIN% run slice %COMMON% -out:test_core_slice.exe
%PATH_TO_ODIN% run slice %COMMON% -out:test_core_slice.exe
echo ---
echo Running core:container tests
echo ---
%PATH_TO_ODIN% run container %COMMON% %COLLECTION% -out:test_core_container.exe