From 637685316d747c538d50b8e82968a2c110b37d84 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 9 Sep 2021 16:01:44 +0200 Subject: Add xxhash tests to CI. --- tests/core/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/core/Makefile') diff --git a/tests/core/Makefile b/tests/core/Makefile index 65af21204..5bcb924b1 100644 --- a/tests/core/Makefile +++ b/tests/core/Makefile @@ -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 \ No newline at end of file -- cgit v1.2.3