Add rudimentary test

This commit is contained in:
2024-01-15 14:54:06 +01:00
parent d11557a4fe
commit 6e0e6f7437
3 changed files with 57 additions and 1 deletions

4
test/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
add_executable(arena_allocator_test test_arena.c ../src/arena.c)
target_include_directories(arena_allocator_test PUBLIC ../include)