Add copy array with allocation and finish writing array tests

This commit is contained in:
2025-04-27 19:30:14 +01:00
parent d3f1686d58
commit 77f3c40ebd
5 changed files with 152 additions and 13 deletions

View File

@@ -26,6 +26,11 @@ int main(void) {
test_i32_array_extend_capped,
test_i32_array_clear,
test_i32_array_pop,
test_i32_array_copy_capped,
test_i32_array_alloc_capacity,
test_i32_array_append_alloc,
test_i32_array_extend_alloc,
test_i32_array_copy_alloc,
test_str8_lit,
test_str8_lit_ro,
test_str8_buf,