Custom test runner.

This commit is contained in:
Jeroen van Rijn
2021-09-08 21:17:16 +02:00
parent 027d69678a
commit e6905f8657
4 changed files with 85 additions and 23 deletions
+3 -3
View File
@@ -5,14 +5,14 @@ python3 download_assets.py
echo ---
echo Running core:image tests
echo ---
%PATH_TO_ODIN% test image %COMMON%
%PATH_TO_ODIN% run image %COMMON%
echo ---
echo Running core:compress tests
echo ---
%PATH_TO_ODIN% test compress %COMMON%
%PATH_TO_ODIN% run compress %COMMON%
echo ---
echo Running core:strings tests
echo ---
%PATH_TO_ODIN% test strings %COMMON%
%PATH_TO_ODIN% run strings %COMMON%