Add tests for string allocation functions

This commit is contained in:
2025-02-09 18:47:10 +00:00
parent 023c74d8d9
commit ff4d3c9e99
3 changed files with 86 additions and 0 deletions

View File

@@ -15,9 +15,13 @@ int main(void) {
test_str8_lit,
test_str8_lit_ro,
test_str8_buf,
test_str8_buf_alloc,
test_str8_alloc_cstr,
test_str8_alloc_str8,
test_str8_get_index_within_bounds,
test_str8_get_index_out_of_bounds,
test_str8_set,
test_str8_substr,
test_str8_find,
test_str8_rfind,
test_cpath_join_path,