mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 11:20:08 +00:00
Update core:image tests to use new runner.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
ODIN=../../odin
|
||||
PYTHON=$(shell which python3)
|
||||
COMMON=-vet -strict-style
|
||||
COMMON=-no-bounds-check -vet -strict-style -define:test_track_memory=true
|
||||
COLLECTION=-collection:tests=..
|
||||
|
||||
all: all_bsd \
|
||||
@@ -34,7 +34,7 @@ download_test_assets:
|
||||
$(PYTHON) download_assets.py
|
||||
|
||||
image_test:
|
||||
$(ODIN) run image $(COMMON) -out:test_core_image
|
||||
$(ODIN) test image $(COMMON) -define:test_progress_width=12 -out:test_core_image
|
||||
|
||||
compress_test:
|
||||
$(ODIN) run compress $(COMMON) -out:test_core_compress
|
||||
|
||||
Reference in New Issue
Block a user