mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Merge pull request #1141 from Kelimion/test_timeout
Try to address test timeouts.
This commit is contained in:
@@ -8,12 +8,9 @@ download_test_assets:
|
|||||||
|
|
||||||
image_test:
|
image_test:
|
||||||
$(ODIN) test image/test_core_image.odin
|
$(ODIN) test image/test_core_image.odin
|
||||||
rm test_core_image
|
|
||||||
|
|
||||||
compress_test:
|
compress_test:
|
||||||
$(ODIN) test compress/test_core_compress.odin
|
$(ODIN) test compress/test_core_compress.odin
|
||||||
rm test_core_compress
|
|
||||||
|
|
||||||
strings_test:
|
strings_test:
|
||||||
$(ODIN) test strings/test_core_strings.odin
|
$(ODIN) test strings/test_core_strings.odin
|
||||||
rm test_core_strings
|
|
||||||
|
|||||||
@@ -6,16 +6,13 @@ 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
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
echo ---
|
echo ---
|
||||||
echo Running core:strings tests
|
echo Running core:strings tests
|
||||||
echo ---
|
echo ---
|
||||||
%PATH_TO_ODIN% test strings %COMMON%
|
%PATH_TO_ODIN% test strings %COMMON%
|
||||||
del strings.exe
|
|
||||||
Reference in New Issue
Block a user