Add core:mem tests.

This commit is contained in:
Jeroen van Rijn
2024-06-06 14:59:19 +02:00
parent 72f6b5479d
commit 28ea9425fd
3 changed files with 15 additions and 8 deletions
+5
View File
@@ -78,6 +78,11 @@ echo Running core:math/noise tests
echo ---
%PATH_TO_ODIN% test math/noise %COMMON% -out:test_noise.exe || exit /b
echo ---
echo Running core:mem tests
echo ---
%PATH_TO_ODIN% test mem %COMMON% -out:test_core_mem.exe || exit /b
echo ---
echo Running core:net
echo ---