Add test for str8 array

This commit is contained in:
2025-09-28 00:05:17 +01:00
parent b3ebff3635
commit 9f32891bbc
5 changed files with 69 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include "test_str8_list.h"
#include "test_allocator.h"
#include "test_arena.h"
#include "test_str8_array.h"
#include "test_i32_array.h"
#include "test_cpath.h"
#include "test_shell_commander.h"
@@ -19,6 +20,7 @@ int main(void) {
test_arena_realloc_smaller_size,
test_arena_clear,
test_arena_destroy,
test_str8_array,
test_i32_array,
test_i32_array_with_capacity,
test_i32_array_get,