Update core:image tests to use new runner.

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:34:31 -04:00
committed by Feoramund
parent 852f694bee
commit eb3d6d7d75
4 changed files with 120 additions and 195 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
@echo off
set COMMON=-no-bounds-check -vet -strict-style
set COMMON=-no-bounds-check -vet -strict-style -define:test_track_memory=true
set COLLECTION=-collection:tests=..
set PATH_TO_ODIN==..\..\odin
python3 download_assets.py
@@ -42,7 +42,7 @@ echo ---
echo ---
echo Running core:image tests
echo ---
%PATH_TO_ODIN% run image %COMMON% -out:test_core_image.exe || exit /b
%PATH_TO_ODIN% test image %COMMON% -define:test_progress_width=12 -out:test_core_image.exe || exit /b
echo ---
echo Running core:math tests