Add initial test suite for core:strconv

This commit is contained in:
Feoramund
2024-06-04 14:20:31 -04:00
parent d33668fa91
commit 7d670f6562
3 changed files with 88 additions and 0 deletions
+4
View File
@@ -25,6 +25,7 @@ all_bsd: download_test_assets \
reflect_test \
runtime_test \
slice_test \
strconv_test \
strings_test \
thread_test \
time_test
@@ -98,6 +99,9 @@ runtime_test:
slice_test:
$(ODIN) test slice $(COMMON) -out:test_core_slice
strconv_test:
$(ODIN) test strconv $(COMMON) -out:test_core_strconv
strings_test:
$(ODIN) test strings $(COMMON) -out:test_core_strings