Unit test for SmallObjectAllocator

This commit is contained in:
King_DuckZ 2025-08-23 14:26:11 +01:00
commit e3f902d6e3
2 changed files with 76 additions and 0 deletions

View file

@ -11,6 +11,7 @@ unit_test_prog = executable(meson.project_name(),
'tiger_test.cpp',
'infix_iterator.cpp',
'tree_iterator_test.cpp',
'small_object_allocator_test.cpp',
install: false,
dependencies: [sprout_dep, catch2_dep],
include_directories: [public_incl],