Port tests\core\fmt

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:08 -04:00
committed by Feoramund
parent d334b8c72a
commit 6f7c5a7577
3 changed files with 22 additions and 43 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ filepath_test:
$(ODIN) test path/filepath $(COMMON) -out:test_core_filepath
fmt_test:
$(ODIN) run fmt $(COMMON) -out:test_core_fmt
$(ODIN) test fmt $(COMMON) -out:test_core_fmt
hash_test:
$(ODIN) run hash $(COMMON) -o:speed -out:test_hash