Add tests for string allocation functions
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user