Port tests\core\path\filepath

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:08 -04:00
committed by Feoramund
parent 9d0f4833bf
commit d334b8c72a
3 changed files with 41 additions and 44 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ encoding_test:
$(ODIN) test encoding/xml $(COMMON) -out:test_xml
filepath_test:
$(ODIN) run path/filepath $(COMMON) $(COLLECTION) -out:test_core_filepath
$(ODIN) test path/filepath $(COMMON) -out:test_core_filepath
fmt_test:
$(ODIN) run fmt $(COMMON) -out:test_core_fmt