Port testing\core\hash

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:08 -04:00
committed by Feoramund
parent 6f7c5a7577
commit 39fd73fe17
4 changed files with 302 additions and 312 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ fmt_test:
$(ODIN) test fmt $(COMMON) -out:test_core_fmt
hash_test:
$(ODIN) run hash $(COMMON) -o:speed -out:test_hash
$(ODIN) test hash $(COMMON) -o:speed -out:test_hash
i18n_test:
$(ODIN) run text/i18n $(COMMON) -out:test_core_i18n