mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +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:
|
||||
$(ODIN) test image/test_core_image.odin
|
||||
rm test_core_image
|
||||
|
||||
compress_test:
|
||||
$(ODIN) test compress/test_core_compress.odin
|
||||
rm test_core_compress
|
||||
|
||||
strings_test:
|
||||
$(ODIN) test strings/test_core_strings.odin
|
||||
rm test_core_strings
|
||||
|
||||
@@ -6,16 +6,13 @@ echo ---
|
||||
echo Running core:image tests
|
||||
echo ---
|
||||
%PATH_TO_ODIN% test image %COMMON%
|
||||
del image.exe
|
||||
|
||||
echo ---
|
||||
echo Running core:compress tests
|
||||
echo ---
|
||||
%PATH_TO_ODIN% test compress %COMMON%
|
||||
del compress.exe
|
||||
|
||||
echo ---
|
||||
echo Running core:strings tests
|
||||
echo ---
|
||||
%PATH_TO_ODIN% test strings %COMMON%
|
||||
del strings.exe
|
||||
Reference in New Issue
Block a user