Add test for str8 array
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user