Enable core:fmt tests.

This commit is contained in:
Jeroen van Rijn
2024-05-10 17:05:18 +02:00
parent aebb5a5178
commit 2250eb3e78
2 changed files with 9 additions and 3 deletions
+3 -2
View File
@@ -25,7 +25,8 @@ all: c_libc_test \
strings_test \
thread_test \
runtime_test \
time_test
time_test \
fmt_test
download_test_assets:
$(PYTHON) download_assets.py
@@ -100,4 +101,4 @@ runtime_test:
$(ODIN) run runtime $(COMMON) -out:test_core_runtime
time_test:
$(ODIN) run time $(COMMON) -out:test_core_time
$(ODIN) run time $(COMMON) -out:test_core_time