add failing test for runtime arena edge case

This commit is contained in:
Laytan Laats
2023-12-18 14:40:49 +01:00
parent 67d02043fe
commit 6024af172c
3 changed files with 71 additions and 1 deletions
+5
View File
@@ -95,3 +95,8 @@ echo ---
echo Running core:thread tests
echo ---
%PATH_TO_ODIN% run thread %COMMON% %COLLECTION% -out:test_core_thread.exe || exit /b
echo ---
echo Running core:runtime tests
echo ---
%PATH_TO_ODIN% run runtime %COMMON% %COLLECTION% -out:test_core_runtime.exe || exit /b