Add xxhash tests to CI.

This commit is contained in:
Jeroen van Rijn
2021-09-09 16:01:44 +02:00
parent f16e98b074
commit 637685316d
5 changed files with 143 additions and 84 deletions
+4 -1
View File
@@ -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