Add rudimentary test
This commit is contained in:
4
test/CMakeLists.txt
Normal file
4
test/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
add_executable(arena_allocator_test test_arena.c ../src/arena.c)
|
||||
|
||||
target_include_directories(arena_allocator_test PUBLIC ../include)
|
||||
Reference in New Issue
Block a user