addition: Added basic header and structure

This commit is contained in:
2026-04-13 17:55:45 -06:00
parent 12197bfbbd
commit 39022d53ff
5 changed files with 109 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ find_package(cmocka REQUIRED)
add_executable(test_arraylist test_arraylist.c)
target_link_libraries(test_arraylist
arena_lib
arraylist_lib
cmocka::cmocka
)