mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Add xxhash tests to CI.
This commit is contained in:
+4
-1
@@ -1,7 +1,7 @@
|
||||
ODIN=../../odin
|
||||
PYTHON=$(shell which python3)
|
||||
|
||||
all: download_test_assets image_test compress_test strings_test
|
||||
all: download_test_assets image_test compress_test strings_test hash_test
|
||||
|
||||
download_test_assets:
|
||||
$(PYTHON) download_assets.py
|
||||
@@ -14,3 +14,6 @@ compress_test:
|
||||
|
||||
strings_test:
|
||||
$(ODIN) run strings/test_core_strings.odin
|
||||
|
||||
hash_test:
|
||||
$(ODIN) run hash/test_core_hash.odin -o:size -no-bounds-check
|
||||
Reference in New Issue
Block a user