Unit test for SmallObjectAllocator
This commit is contained in:
parent
3f633df74f
commit
e3f902d6e3
2 changed files with 76 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue