|
@@ -1,18 +1,26 @@
|
|
@echo off
|
|
@echo off
|
|
set COMMON=-show-timings -no-bounds-check -vet -strict-style
|
|
set COMMON=-show-timings -no-bounds-check -vet -strict-style
|
|
set PATH_TO_ODIN==..\..\odin
|
|
set PATH_TO_ODIN==..\..\odin
|
|
-:python3 download_assets.py
|
|
|
|
|
|
+python3 download_assets.py
|
|
echo ---
|
|
echo ---
|
|
echo Running core:image tests
|
|
echo Running core:image tests
|
|
echo ---
|
|
echo ---
|
|
%PATH_TO_ODIN% test image %COMMON%
|
|
%PATH_TO_ODIN% test image %COMMON%
|
|
del image.exe
|
|
del image.exe
|
|
|
|
+
|
|
echo ---
|
|
echo ---
|
|
echo Running core:compress tests
|
|
echo Running core:compress tests
|
|
echo ---
|
|
echo ---
|
|
%PATH_TO_ODIN% test compress %COMMON%
|
|
%PATH_TO_ODIN% test compress %COMMON%
|
|
del compress.exe
|
|
del compress.exe
|
|
|
|
|
|
|
|
+echo ---
|
|
|
|
+echo Running core:strings tests
|
|
|
|
+echo ---
|
|
|
|
+%PATH_TO_ODIN% test strings %COMMON%
|
|
|
|
+del strings.exe
|
|
|
|
+
|
|
|
|
+
|
|
rem math/big tests
|
|
rem math/big tests
|
|
set TEST_ARGS=-fast-tests
|
|
set TEST_ARGS=-fast-tests
|
|
set TEST_ARGS=
|
|
set TEST_ARGS=
|